#AF5235

Color #AF5235 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AF5235

Tints of Orange Roughy #AF5235

Color information

#AF5235 (or 0xAF5235) is unknown color: approx Orange Roughy. HEX triplet: AF, 52 and 35. RGB value is (175,82,53). Sum of RGB (Red+Green+Blue) = 175+82+53=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5235 is #50ADCA. Grayscale: #6A6A6A. Windows color (decimal): -5287371 or 3494575. OLE color: 3494575.

HSL color Cylindrical-coordinate representation of color #AF5235: hue angle of 14.26º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5235 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1758253-
CMYK00.530.700.31
HSL14.26º53.51%44.71%-
HSV(B)14.26º69.71%68.63%-
XYZ21.3415.415.22-
YUV106.597.81176.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=56.45%
G=26.45%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175825300.530.700.3114.2653.5144.71
HexAF5235035461Fe362d
Octal2571226506510637166655
Binary10101111101001011010101101011000110111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5235; }

 p { color: rgb(175,82,53); }

 H1.HeaderClassName
 {
   color: #AF5235;
 }
 .AnyTagClassName
 {
   color: #AF5235;
 }
</style>
background-color css

<style>
 a { background-color: #AF5235; }

 a { background-color: rgb(175,82,53); }

 div.DivClassName
 {
   background-color: #AF5235;
 }
 .BgClassName
 {
   background-color: #AF5235;
 }
</style>
border-color css

<style>
 span { border-color: #AF5235; }

 span { border-color: rgb(175,82,53); }

 td.TdClassName
 {
   border-color: #AF5235;
 }
 .TagClassName
 {
   border-color: #AF5235;
 }
</style>