Html Css Color HEX #AC5A0E Golden Brown

📋 copy color: '#AC5A0E'

red 172 ◦ green 90 ◦ blue 14

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

Shades of Golden Brown #AC5A0E

Tints of Golden Brown #AC5A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 62.32%
G = 32.61%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC5A0E (or 0xAC5A0E) is known color: Golden Brown. HEX triplet: AC, 5A and 0E. RGB value is (172,90,14). Sum of RGB (Red+Green+Blue) = 172+90+14=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A0E is #53A5F1. Grayscale: #6A6A6A. Windows color (decimal): -5481970 or 940716. OLE color: 940716.

HSL color Cylindrical-coordinate representation of color #AC5A0E: hue angle of 28.86º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC5A0E is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 14 -
CMYK 0 0.48 0.92 0.33
HSL 28.86º 0.85% 0.36% -
HSV(B) 28.86º 0.92% 0.67% -
XYZ 20.75 16.11 2.43 -
YUV 105.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 172 90 14 0 0.48 0.92 0.33 28.86 0.85 0.36
Hex AC 5A E 0 30 5C 21 1D 55 24
Octal 254 132 16 0 60 134 41 35 125 44
Binary 10101100 1011010 1110 0 110000 1011100 100001 11101 1010101 100100

Color Harmonies of #AC5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A0E

Black with #AC5A0E

Text Example


Text Example

White with #AC5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A0E; }

 p { color: rgb(172,90,14); }

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

background-color css

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

 a { background-color: rgb(172,90,14); }

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

border-color css

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

 span { border-color: rgb(172,90,14); }

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