Html Css Color HEX #AC6206 Golden Brown

📋 copy color: '#AC6206'

red 172 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #AC6206

Tints of Golden Brown #AC6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 62.32%
G = 35.51%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6206 (or 0xAC6206) is known color: Golden Brown. HEX triplet: AC, 62 and 06. RGB value is (172,98,6). Sum of RGB (Red+Green+Blue) = 172+98+6=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6206 is #539DF9. Grayscale: #6E6E6E. Windows color (decimal): -5479930 or 418476. OLE color: 418476.

HSL color Cylindrical-coordinate representation of color #AC6206: hue angle of 33.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC6206 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 6 -
CMYK 0 0.43 0.97 0.33
HSL 33.25º 0.93% 0.35% -
HSV(B) 33.25º 0.97% 0.67% -
XYZ 21.41 17.52 2.43 -
YUV 109.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 172 98 6 0 0.43 0.97 0.33 33.25 0.93 0.35
Hex AC 62 6 0 2B 61 21 21 5D 23
Octal 254 142 6 0 53 141 41 41 135 43
Binary 10101100 1100010 110 0 101011 1100001 100001 100001 1011101 100011

Color Harmonies of #AC6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6206

Black with #AC6206

Text Example


Text Example

White with #AC6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6206; }

 p { color: rgb(172,98,6); }

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

background-color css

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

 a { background-color: rgb(172,98,6); }

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

border-color css

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

 span { border-color: rgb(172,98,6); }

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