Html Css Color HEX #AC5E03 Golden Brown

📋 copy color: '#AC5E03'

red 172 ◦ green 94 ◦ blue 3

#AC5E03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC5E03

Tints of Golden Brown #AC5E03

RGB

 RED value IS 172 (67.58% from 255) = 63.94%

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 63.94%
G = 34.94%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC5E03 (or 0xAC5E03) is known color: Golden Brown. HEX triplet: AC, 5E and 03. RGB value is (172,94,3). Sum of RGB (Red+Green+Blue) = 172+94+3=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E03 is #53A1FC. Grayscale: #6B6B6B. Windows color (decimal): -5480957 or 220844. OLE color: 220844.

HSL color Cylindrical-coordinate representation of color #AC5E03: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5E03 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 3 -
CMYK 0 0.45 0.98 0.33
HSL 32.31º 0.97% 0.34% -
HSV(B) 32.31º 0.98% 0.67% -
XYZ 21.03 16.78 2.22 -
YUV 106.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 172 94 3 0 0.45 0.98 0.33 32.31 0.97 0.34
Hex AC 5E 3 0 2D 62 21 20 61 22
Octal 254 136 3 0 55 142 41 40 141 42
Binary 10101100 1011110 11 0 101101 1100010 100001 100000 1100001 100010

Color Harmonies of #AC5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E03

Black with #AC5E03

Text Example


Text Example

White with #AC5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E03; }

 p { color: rgb(172,94,3); }

 H1.HeaderClassName
 {
   color: #AC5E03;
 }
 .AnyTagClassName
 {
   color: #AC5E03;
 }
</style>

background-color css

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

 a { background-color: rgb(172,94,3); }

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

border-color css

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

 span { border-color: rgb(172,94,3); }

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