Html Css Color HEX #AC5D12 Golden Brown

📋 copy color: '#AC5D12'

red 172 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #AC5D12

Tints of Golden Brown #AC5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

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

R = 60.78%
G = 32.86%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5D12 (or 0xAC5D12) is known color: Golden Brown. HEX triplet: AC, 5D and 12. RGB value is (172,93,18). Sum of RGB (Red+Green+Blue) = 172+93+18=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D12 is #53A2ED. Grayscale: #6C6C6C. Windows color (decimal): -5481198 or 1203628. OLE color: 1203628.

HSL color Cylindrical-coordinate representation of color #AC5D12: hue angle of 29.22º 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 #AC5D12 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 18 -
CMYK 0 0.46 0.90 0.33
HSL 29.22º 0.81% 0.37% -
HSV(B) 29.22º 0.9% 0.67% -
XYZ 21.04 16.64 2.68 -
YUV 108.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 172 93 18 0 0.46 0.90 0.33 29.22 0.81 0.37
Hex AC 5D 12 0 2E 5A 21 1D 51 25
Octal 254 135 22 0 56 132 41 35 121 45
Binary 10101100 1011101 10010 0 101110 1011010 100001 11101 1010001 100101

Color Harmonies of #AC5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D12

Black with #AC5D12

Text Example


Text Example

White with #AC5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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