Html Css Color HEX #AC6210 Golden Brown

📋 copy color: '#AC6210'

red 172 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #AC6210

Tints of Golden Brown #AC6210

RGB

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

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

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

R = 60.14%
G = 34.27%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6210 (or 0xAC6210) is known color: Golden Brown. HEX triplet: AC, 62 and 10. RGB value is (172,98,16). Sum of RGB (Red+Green+Blue) = 172+98+16=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6210 is #539DEF. Grayscale: #6F6F6F. Windows color (decimal): -5479920 or 1073836. OLE color: 1073836.

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

Color convert

RGB 172 98 16 -
CMYK 0 0.43 0.91 0.33
HSL 31.54º 0.83% 0.37% -
HSV(B) 31.54º 0.91% 0.67% -
XYZ 21.47 17.54 2.74 -
YUV 110.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 172 98 16 0 0.43 0.91 0.33 31.54 0.83 0.37
Hex AC 62 10 0 2B 5B 21 20 53 25
Octal 254 142 20 0 53 133 41 40 123 45
Binary 10101100 1100010 10000 0 101011 1011011 100001 100000 1010011 100101

Color Harmonies of #AC6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6210

Black with #AC6210

Text Example


Text Example

White with #AC6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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