Html Css Color HEX #AC6000 Golden Brown

📋 copy color: '#AC6000'

red 172 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #AC6000

Tints of Golden Brown #AC6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 64.18%
G = 35.82%
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

#AC6000 (or 0xAC6000) is known color: Golden Brown. HEX triplet: AC, 60 and 00. RGB value is (172,96,0). Sum of RGB (Red+Green+Blue) = 172+96+0=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6000 is #539FFF. Grayscale: #6C6C6C. Windows color (decimal): -5480448 or 24748. OLE color: 24748.

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

Color convert

RGB 172 96 0 -
CMYK 0 0.44 1 0.33
HSL 33.49º 1% 0.34% -
HSV(B) 33.49º 1% 0.67% -
XYZ 21.2 17.14 2.19 -
YUV 107.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 172 96 0 0 0.44 1 0.33 33.49 1 0.34
Hex AC 60 0 0 2C 64 21 21 64 22
Octal 254 140 0 0 54 144 41 41 144 42
Binary 10101100 1100000 0 0 101100 1100100 100001 100001 1100100 100010

Color Harmonies of #AC6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6000

Black with #AC6000

Text Example


Text Example

White with #AC6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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