Html Css Color HEX #AC6706 Golden Brown

📋 copy color: '#AC6706'

red 172 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #AC6706

Tints of Golden Brown #AC6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

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

R = 61.21%
G = 36.65%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6706 (or 0xAC6706) is known color: Golden Brown. HEX triplet: AC, 67 and 06. RGB value is (172,103,6). Sum of RGB (Red+Green+Blue) = 172+103+6=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6706 is #5398F9. Grayscale: #717171. Windows color (decimal): -5478650 or 419756. OLE color: 419756.

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

Color convert

RGB 172 103 6 -
CMYK 0 0.40 0.97 0.33
HSL 35.06º 0.93% 0.35% -
HSV(B) 35.06º 0.97% 0.67% -
XYZ 21.9 18.48 2.59 -
YUV 112.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 172 103 6 0 0.40 0.97 0.33 35.06 0.93 0.35
Hex AC 67 6 0 28 61 21 23 5D 23
Octal 254 147 6 0 50 141 41 43 135 43
Binary 10101100 1100111 110 0 101000 1100001 100001 100011 1011101 100011

Color Harmonies of #AC6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6706

Black with #AC6706

Text Example


Text Example

White with #AC6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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