Html Css Color HEX #AC6802 Golden Brown

📋 copy color: '#AC6802'

red 172 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #AC6802

Tints of Golden Brown #AC6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

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

R = 61.87%
G = 37.41%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC6802 (or 0xAC6802) is known color: Golden Brown. HEX triplet: AC, 68 and 02. RGB value is (172,104,2). Sum of RGB (Red+Green+Blue) = 172+104+2=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6802 is #5397FD. Grayscale: #717171. Windows color (decimal): -5478398 or 157868. OLE color: 157868.

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

Color convert

RGB 172 104 2 -
CMYK 0 0.40 0.99 0.33
HSL 36º 0.98% 0.34% -
HSV(B) 36º 0.99% 0.67% -
XYZ 21.97 18.68 2.5 -
YUV 112.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 172 104 2 0 0.40 0.99 0.33 36 0.98 0.34
Hex AC 68 2 0 28 63 21 24 62 22
Octal 254 150 2 0 50 143 41 44 142 42
Binary 10101100 1101000 10 0 101000 1100011 100001 100100 1100010 100010

Color Harmonies of #AC6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6802

Black with #AC6802

Text Example


Text Example

White with #AC6802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6802; }

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

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

background-color css

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

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

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

border-color css

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

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

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