Html Css Color HEX #AC6100 Golden Brown

📋 copy color: '#AC6100'

red 172 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #AC6100

Tints of Golden Brown #AC6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.94%
G = 36.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC6100 (or 0xAC6100) is known color: Golden Brown. HEX triplet: AC, 61 and 00. RGB value is (172,97,0). Sum of RGB (Red+Green+Blue) = 172+97+0=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6100 is #539EFF. Grayscale: #6C6C6C. Windows color (decimal): -5480192 or 25004. OLE color: 25004.

HSL color Cylindrical-coordinate representation of color #AC6100: hue angle of 33.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC6100 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 0 -
CMYK 0 0.44 1 0.33
HSL 33.84º 1% 0.34% -
HSV(B) 33.84º 1% 0.67% -
XYZ 21.29 17.32 2.22 -
YUV 108.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 172 97 0 0 0.44 1 0.33 33.84 1 0.34
Hex AC 61 0 0 2C 64 21 22 64 22
Octal 254 141 0 0 54 144 41 42 144 42
Binary 10101100 1100001 0 0 101100 1100100 100001 100010 1100100 100010

Color Harmonies of #AC6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6100

Black with #AC6100

Text Example


Text Example

White with #AC6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6100; }

 p { color: rgb(172,97,0); }

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

background-color css

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

 a { background-color: rgb(172,97,0); }

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

border-color css

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

 span { border-color: rgb(172,97,0); }

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