#AF5D03

Color #AF5D03 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF5D03

Tints of Golden Brown #AF5D03

Color information

#AF5D03 (or 0xAF5D03) is unknown color: approx Golden Brown. HEX triplet: AF, 5D and 03. RGB value is (175,93,3). Sum of RGB (Red+Green+Blue) = 175+93+3=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D03 is #50A2FC. Grayscale: #6B6B6B. Windows color (decimal): -5284605 or 220591. OLE color: 220591.

HSL color Cylindrical-coordinate representation of color #AF5D03: hue angle of 31.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5D03 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB175933-
CMYK00.470.980.31
HSL31.4º96.63%34.9%-
HSV(B)31.4º98.29%68.63%-
XYZ21.6116.952.22-
YUV107.2669.17176.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=64.58%
G=34.32%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17593300.470.980.3131.496.6334.9
HexAF5D302F621F1f6123
Octal2571353057142373714143
Binary101011111011101110101111110001011111111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D03; }

 p { color: rgb(175,93,3); }

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

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

 a { background-color: rgb(175,93,3); }

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

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

 span { border-color: rgb(175,93,3); }

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