Html Css Color HEX #AC6C19 Golden Brown

📋 copy color: '#AC6C19'

red 172 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #AC6C19

Tints of Golden Brown #AC6C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 56.39%
G = 35.41%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6C19 (or 0xAC6C19) is known color: Golden Brown. HEX triplet: AC, 6C and 19. RGB value is (172,108,25). Sum of RGB (Red+Green+Blue) = 172+108+25=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C19 is #5393E6. Grayscale: #767676. Windows color (decimal): -5477351 or 1666220. OLE color: 1666220.

HSL color Cylindrical-coordinate representation of color #AC6C19: hue angle of 33.88º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC6C19 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 25 -
CMYK 0 0.37 0.85 0.33
HSL 33.88º 0.75% 0.39% -
HSV(B) 33.88º 0.85% 0.67% -
XYZ 22.55 19.57 3.51 -
YUV 117.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 172 108 25 0 0.37 0.85 0.33 33.88 0.75 0.39
Hex AC 6C 19 0 25 55 21 22 4B 27
Octal 254 154 31 0 45 125 41 42 113 47
Binary 10101100 1101100 11001 0 100101 1010101 100001 100010 1001011 100111

Color Harmonies of #AC6C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C19

Black with #AC6C19

Text Example


Text Example

White with #AC6C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C19; }

 p { color: rgb(172,108,25); }

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

background-color css

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

 a { background-color: rgb(172,108,25); }

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

border-color css

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

 span { border-color: rgb(172,108,25); }

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