Html Css Color HEX #AC6810 Golden Brown

📋 copy color: '#AC6810'

red 172 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #AC6810

Tints of Golden Brown #AC6810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

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

R = 58.9%
G = 35.62%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6810 (or 0xAC6810) is known color: Golden Brown. HEX triplet: AC, 68 and 10. RGB value is (172,104,16). Sum of RGB (Red+Green+Blue) = 172+104+16=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6810 is #5397EF. Grayscale: #727272. Windows color (decimal): -5478384 or 1075372. OLE color: 1075372.

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

Color convert

RGB 172 104 16 -
CMYK 0 0.40 0.91 0.33
HSL 33.85º 0.83% 0.37% -
HSV(B) 33.85º 0.91% 0.67% -
XYZ 22.06 18.71 2.94 -
YUV 114.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 172 104 16 0 0.40 0.91 0.33 33.85 0.83 0.37
Hex AC 68 10 0 28 5B 21 22 53 25
Octal 254 150 20 0 50 133 41 42 123 45
Binary 10101100 1101000 10000 0 101000 1011011 100001 100010 1010011 100101

Color Harmonies of #AC6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6810

Black with #AC6810

Text Example


Text Example

White with #AC6810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6810; }

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

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

background-color css

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

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

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

border-color css

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

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

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