#AF503C

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

Shades of Orange Roughy #AF503C

Tints of Orange Roughy #AF503C

Color information

#AF503C (or 0xAF503C) is unknown color: approx Orange Roughy. HEX triplet: AF, 50 and 3C. RGB value is (175,80,60). Sum of RGB (Red+Green+Blue) = 175+80+60=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503C is #50AFC3. Grayscale: #6A6A6A. Windows color (decimal): -5287876 or 3952815. OLE color: 3952815.

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

Color convert

RGB1758060-
CMYK00.540.660.31
HSL10.43º48.94%46.08%-
HSV(B)10.43º65.71%68.63%-
XYZ21.3615.186.08-
YUV106.12101.97177.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=55.56%
G=25.40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175806000.540.660.3110.4348.9446.08
HexAF503C036421Fa312e
Octal2571207406610237126156
Binary10101111101000011110001101101000010111111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF503C; }

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

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

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

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

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

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

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

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