Html Css Color HEX #AC6400 Golden Brown

📋 copy color: '#AC6400'

red 172 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #AC6400

Tints of Golden Brown #AC6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 63.24%
G = 36.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC6400 (or 0xAC6400) is known color: Golden Brown. HEX triplet: AC, 64 and 00. RGB value is (172,100,0). Sum of RGB (Red+Green+Blue) = 172+100+0=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6400 is #539BFF. Grayscale: #6E6E6E. Windows color (decimal): -5479424 or 25772. OLE color: 25772.

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

Color convert

RGB 172 100 0 -
CMYK 0 0.42 1 0.33
HSL 34.88º 1% 0.34% -
HSV(B) 34.88º 1% 0.67% -
XYZ 21.57 17.89 2.32 -
YUV 110.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 172 100 0 0 0.42 1 0.33 34.88 1 0.34
Hex AC 64 0 0 2A 64 21 23 64 22
Octal 254 144 0 0 52 144 41 43 144 42
Binary 10101100 1100100 0 0 101010 1100100 100001 100011 1100100 100010

Color Harmonies of #AC6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6400

Black with #AC6400

Text Example


Text Example

White with #AC6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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