Html Css Color HEX #AC6306 Golden Brown

📋 copy color: '#AC6306'

red 172 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #AC6306

Tints of Golden Brown #AC6306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 62.09%
G = 35.74%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6306 (or 0xAC6306) is known color: Golden Brown. HEX triplet: AC, 63 and 06. RGB value is (172,99,6). Sum of RGB (Red+Green+Blue) = 172+99+6=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6306 is #539CF9. Grayscale: #6E6E6E. Windows color (decimal): -5479674 or 418732. OLE color: 418732.

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

Color convert

RGB 172 99 6 -
CMYK 0 0.42 0.97 0.33
HSL 33.61º 0.93% 0.35% -
HSV(B) 33.61º 0.97% 0.67% -
XYZ 21.51 17.71 2.46 -
YUV 110.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 172 99 6 0 0.42 0.97 0.33 33.61 0.93 0.35
Hex AC 63 6 0 2A 61 21 22 5D 23
Octal 254 143 6 0 52 141 41 42 135 43
Binary 10101100 1100011 110 0 101010 1100001 100001 100010 1011101 100011

Color Harmonies of #AC6306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6306

Black with #AC6306

Text Example


Text Example

White with #AC6306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6306; }

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

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

background-color css

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

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

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

border-color css

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

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

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