Html Css Color HEX #AC5C12 Golden Brown

📋 copy color: '#AC5C12'

red 172 ◦ green 92 ◦ blue 18

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

Shades of Golden Brown #AC5C12

Tints of Golden Brown #AC5C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 60.99%
G = 32.62%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5C12 (or 0xAC5C12) is known color: Golden Brown. HEX triplet: AC, 5C and 12. RGB value is (172,92,18). Sum of RGB (Red+Green+Blue) = 172+92+18=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C12 is #53A3ED. Grayscale: #6B6B6B. Windows color (decimal): -5481454 or 1203372. OLE color: 1203372.

HSL color Cylindrical-coordinate representation of color #AC5C12: hue angle of 28.83º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5C12 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 18 -
CMYK 0 0.47 0.90 0.33
HSL 28.83º 0.81% 0.37% -
HSV(B) 28.83º 0.9% 0.67% -
XYZ 20.95 16.47 2.65 -
YUV 107.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 172 92 18 0 0.47 0.90 0.33 28.83 0.81 0.37
Hex AC 5C 12 0 2F 5A 21 1D 51 25
Octal 254 134 22 0 57 132 41 35 121 45
Binary 10101100 1011100 10010 0 101111 1011010 100001 11101 1010001 100101

Color Harmonies of #AC5C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C12

Black with #AC5C12

Text Example


Text Example

White with #AC5C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C12; }

 p { color: rgb(172,92,18); }

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

background-color css

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

 a { background-color: rgb(172,92,18); }

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

border-color css

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

 span { border-color: rgb(172,92,18); }

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