#AF5638

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

Shades of Orange Roughy #AF5638

Tints of Orange Roughy #AF5638

Color information

#AF5638 (or 0xAF5638) is unknown color: approx Orange Roughy. HEX triplet: AF, 56 and 38. RGB value is (175,86,56). Sum of RGB (Red+Green+Blue) = 175+86+56=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5638 is #50A9C7. Grayscale: #6D6D6D. Windows color (decimal): -5286344 or 3692207. OLE color: 3692207.

HSL color Cylindrical-coordinate representation of color #AF5638: hue angle of 15.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF5638 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1758656-
CMYK00.510.680.31
HSL15.13º51.52%45.29%-
HSV(B)15.13º68%68.63%-
XYZ21.7216.065.7-
YUV109.1997.99174.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=55.21%
G=27.13%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175865600.510.680.3115.1351.5245.29
HexAF5638033441Ff342d
Octal2571267006310437176455
Binary10101111101011011100001100111000100111111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5638; }

 p { color: rgb(175,86,56); }

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

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

 a { background-color: rgb(175,86,56); }

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

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

 span { border-color: rgb(175,86,56); }

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