Html Css Color HEX #AC580A Golden Brown

📋 copy color: '#AC580A'

red 172 ◦ green 88 ◦ blue 10

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

Shades of Golden Brown #AC580A

Tints of Golden Brown #AC580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 63.7%
G = 32.59%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC580A (or 0xAC580A) is known color: Golden Brown. HEX triplet: AC, 58 and 0A. RGB value is (172,88,10). Sum of RGB (Red+Green+Blue) = 172+88+10=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC580A is #53A7F5. Grayscale: #686868. Windows color (decimal): -5482486 or 678060. OLE color: 678060.

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

Color convert

RGB 172 88 10 -
CMYK 0 0.49 0.94 0.33
HSL 28.89º 0.89% 0.36% -
HSV(B) 28.89º 0.94% 0.67% -
XYZ 20.56 15.77 2.25 -
YUV 104.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 172 88 10 0 0.49 0.94 0.33 28.89 0.89 0.36
Hex AC 58 A 0 31 5E 21 1D 59 24
Octal 254 130 12 0 61 136 41 35 131 44
Binary 10101100 1011000 1010 0 110001 1011110 100001 11101 1011001 100100

Color Harmonies of #AC580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC580A

Black with #AC580A

Text Example


Text Example

White with #AC580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC580A; }

 p { color: rgb(172,88,10); }

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

background-color css

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

 a { background-color: rgb(172,88,10); }

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

border-color css

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

 span { border-color: rgb(172,88,10); }

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