Html Css Color HEX #AC6C05 Golden Brown

📋 copy color: '#AC6C05'

red 172 ◦ green 108 ◦ blue 5

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

Shades of Golden Brown #AC6C05

Tints of Golden Brown #AC6C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 60.35%
G = 37.89%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6C05 (or 0xAC6C05) is known color: Golden Brown. HEX triplet: AC, 6C and 05. RGB value is (172,108,5). Sum of RGB (Red+Green+Blue) = 172+108+5=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C05 is #5393FA. Grayscale: #737373. Windows color (decimal): -5477371 or 355500. OLE color: 355500.

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

Color convert

RGB 172 108 5 -
CMYK 0 0.37 0.97 0.33
HSL 37.01º 0.94% 0.35% -
HSV(B) 37.01º 0.97% 0.67% -
XYZ 22.4 19.51 2.73 -
YUV 115.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 172 108 5 0 0.37 0.97 0.33 37.01 0.94 0.35
Hex AC 6C 5 0 25 61 21 25 5E 23
Octal 254 154 5 0 45 141 41 45 136 43
Binary 10101100 1101100 101 0 100101 1100001 100001 100101 1011110 100011

Color Harmonies of #AC6C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C05

Black with #AC6C05

Text Example


Text Example

White with #AC6C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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