#AF563B

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

Shades of Orange Roughy #AF563B

Tints of Orange Roughy #AF563B

Color information

#AF563B (or 0xAF563B) is unknown color: approx Orange Roughy. HEX triplet: AF, 56 and 3B. RGB value is (175,86,59). Sum of RGB (Red+Green+Blue) = 175+86+59=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF563B is #50A9C4. Grayscale: #6D6D6D. Windows color (decimal): -5286341 or 3888815. OLE color: 3888815.

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

Color convert

RGB1758659-
CMYK00.510.660.31
HSL13.97º49.57%45.88%-
HSV(B)13.97º66.29%68.63%-
XYZ21.816.096.09-
YUV109.5399.49174.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=54.69%
G=26.88%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175865900.510.660.3113.9749.5745.88
HexAF563B033421Fe322e
Octal2571267306310237166256
Binary10101111101011011101101100111000010111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF563B; }

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

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

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

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

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

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

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

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