#AF5538

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

Shades of Orange Roughy #AF5538

Tints of Orange Roughy #AF5538

Color information

#AF5538 (or 0xAF5538) is unknown color: approx Orange Roughy. HEX triplet: AF, 55 and 38. RGB value is (175,85,56). Sum of RGB (Red+Green+Blue) = 175+85+56=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5538 is #50AAC7. Grayscale: #6C6C6C. Windows color (decimal): -5286600 or 3691951. OLE color: 3691951.

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

Color convert

RGB1758556-
CMYK00.510.680.31
HSL14.62º51.52%45.29%-
HSV(B)14.62º68%68.63%-
XYZ21.6415.95.67-
YUV108.698.32175.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=55.38%
G=26.90%
B=17.72%

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
Decimal175855600.510.680.3114.6251.5245.29
HexAF5538033441Ff342d
Octal2571257006310437176455
Binary10101111101010111100001100111000100111111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5538; }

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

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

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

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

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

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

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

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