Html Css Color HEX #AC580C Golden Brown

📋 copy color: '#AC580C'

red 172 ◦ green 88 ◦ blue 12

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

Shades of Golden Brown #AC580C

Tints of Golden Brown #AC580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 63.24%
G = 32.35%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC580C (or 0xAC580C) is known color: Golden Brown. HEX triplet: AC, 58 and 0C. RGB value is (172,88,12). Sum of RGB (Red+Green+Blue) = 172+88+12=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC580C is #53A7F3. Grayscale: #686868. Windows color (decimal): -5482484 or 809132. OLE color: 809132.

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

Color convert

RGB 172 88 12 -
CMYK 0 0.49 0.93 0.33
HSL 28.5º 0.87% 0.36% -
HSV(B) 28.5º 0.93% 0.67% -
XYZ 20.57 15.78 2.31 -
YUV 104.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 172 88 12 0 0.49 0.93 0.33 28.5 0.87 0.36
Hex AC 58 C 0 31 5D 21 1C 57 24
Octal 254 130 14 0 61 135 41 34 127 44
Binary 10101100 1011000 1100 0 110001 1011101 100001 11100 1010111 100100

Color Harmonies of #AC580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC580C

Black with #AC580C

Text Example


Text Example

White with #AC580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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