#AF563C

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

Shades of Orange Roughy #AF563C

Tints of Orange Roughy #AF563C

Color information

#AF563C (or 0xAF563C) is unknown color: approx Orange Roughy. HEX triplet: AF, 56 and 3C. RGB value is (175,86,60). Sum of RGB (Red+Green+Blue) = 175+86+60=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF563C is #50A9C3. Grayscale: #6D6D6D. Windows color (decimal): -5286340 or 3954351. OLE color: 3954351.

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

Color convert

RGB1758660-
CMYK00.510.660.31
HSL13.57º48.94%46.08%-
HSV(B)13.57º65.71%68.63%-
XYZ21.8216.16.23-
YUV109.6599.99174.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=54.52%
G=26.79%
B=18.69%

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
Decimal175866000.510.660.3113.5748.9446.08
HexAF563C033421Fe312e
Octal2571267406310237166156
Binary10101111101011011110001100111000010111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF563C; }

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

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

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

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

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

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

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

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