Html Css Color HEX #AC6610 Golden Brown

📋 copy color: '#AC6610'

red 172 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #AC6610

Tints of Golden Brown #AC6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 59.31%
G = 35.17%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6610 (or 0xAC6610) is known color: Golden Brown. HEX triplet: AC, 66 and 10. RGB value is (172,102,16). Sum of RGB (Red+Green+Blue) = 172+102+16=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6610 is #5399EF. Grayscale: #717171. Windows color (decimal): -5478896 or 1074860. OLE color: 1074860.

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

Color convert

RGB 172 102 16 -
CMYK 0 0.41 0.91 0.33
HSL 33.08º 0.83% 0.37% -
HSV(B) 33.08º 0.91% 0.67% -
XYZ 21.86 18.31 2.87 -
YUV 113.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 172 102 16 0 0.41 0.91 0.33 33.08 0.83 0.37
Hex AC 66 10 0 29 5B 21 21 53 25
Octal 254 146 20 0 51 133 41 41 123 45
Binary 10101100 1100110 10000 0 101001 1011011 100001 100001 1010011 100101

Color Harmonies of #AC6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6610

Black with #AC6610

Text Example


Text Example

White with #AC6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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