Html Css Color HEX #AC6602 Golden Brown

📋 copy color: '#AC6602'

red 172 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #AC6602

Tints of Golden Brown #AC6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 62.32%
G = 36.96%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC6602 (or 0xAC6602) is known color: Golden Brown. HEX triplet: AC, 66 and 02. RGB value is (172,102,2). Sum of RGB (Red+Green+Blue) = 172+102+2=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6602 is #5399FD. Grayscale: #707070. Windows color (decimal): -5478910 or 157356. OLE color: 157356.

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

Color convert

RGB 172 102 2 -
CMYK 0 0.41 0.99 0.33
HSL 35.29º 0.98% 0.34% -
HSV(B) 35.29º 0.99% 0.67% -
XYZ 21.78 18.28 2.44 -
YUV 111.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 172 102 2 0 0.41 0.99 0.33 35.29 0.98 0.34
Hex AC 66 2 0 29 63 21 23 62 22
Octal 254 146 2 0 51 143 41 43 142 42
Binary 10101100 1100110 10 0 101001 1100011 100001 100011 1100010 100010

Color Harmonies of #AC6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6602

Black with #AC6602

Text Example


Text Example

White with #AC6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6602; }

 p { color: rgb(172,102,2); }

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

background-color css

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

 a { background-color: rgb(172,102,2); }

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

border-color css

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

 span { border-color: rgb(172,102,2); }

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