Html Css Color HEX #AC580B Golden Brown

📋 copy color: '#AC580B'

red 172 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #AC580B

Tints of Golden Brown #AC580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 63.47%
G = 32.47%
B = 4.06%

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

#AC580B (or 0xAC580B) is known color: Golden Brown. HEX triplet: AC, 58 and 0B. RGB value is (172,88,11). Sum of RGB (Red+Green+Blue) = 172+88+11=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC580B is #53A7F4. Grayscale: #686868. Windows color (decimal): -5482485 or 743596. OLE color: 743596.

HSL color Cylindrical-coordinate representation of color #AC580B: hue angle of 28.7º degrees, saturation: 0.88, 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 #AC580B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 11 -
CMYK 0 0.49 0.94 0.33
HSL 28.7º 0.88% 0.36% -
HSV(B) 28.7º 0.94% 0.67% -
XYZ 20.56 15.77 2.28 -
YUV 104.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 172 88 11 0 0.49 0.94 0.33 28.7 0.88 0.36
Hex AC 58 B 0 31 5E 21 1D 58 24
Octal 254 130 13 0 61 136 41 35 130 44
Binary 10101100 1011000 1011 0 110001 1011110 100001 11101 1011000 100100

Color Harmonies of #AC580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC580B

Black with #AC580B

Text Example


Text Example

White with #AC580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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