#AF5738

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

Shades of Orange Roughy #AF5738

Tints of Orange Roughy #AF5738

Color information

#AF5738 (or 0xAF5738) is unknown color: approx Orange Roughy. HEX triplet: AF, 57 and 38. RGB value is (175,87,56). Sum of RGB (Red+Green+Blue) = 175+87+56=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5738 is #50A8C7. Grayscale: #6D6D6D. Windows color (decimal): -5286088 or 3692463. OLE color: 3692463.

HSL color Cylindrical-coordinate representation of color #AF5738: hue angle of 15.63º 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 #AF5738 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1758756-
CMYK00.500.680.31
HSL15.63º51.52%45.29%-
HSV(B)15.63º68%68.63%-
XYZ21.816.225.72-
YUV109.7897.65174.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=55.03%
G=27.36%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175875600.500.680.3115.6351.5245.29
HexAF5738032441F10342d
Octal2571277006210437206455
Binary101011111010111111000011001010001001111110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5738; }

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

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

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

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

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

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

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

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