Html Css Color HEX #AC6110 Golden Brown

📋 copy color: '#AC6110'

red 172 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #AC6110

Tints of Golden Brown #AC6110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 60.35%
G = 34.04%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6110 (or 0xAC6110) is known color: Golden Brown. HEX triplet: AC, 61 and 10. RGB value is (172,97,16). Sum of RGB (Red+Green+Blue) = 172+97+16=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6110 is #539EEF. Grayscale: #6E6E6E. Windows color (decimal): -5480176 or 1073580. OLE color: 1073580.

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

Color convert

RGB 172 97 16 -
CMYK 0 0.44 0.91 0.33
HSL 31.15º 0.83% 0.37% -
HSV(B) 31.15º 0.91% 0.67% -
XYZ 21.38 17.36 2.71 -
YUV 110.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 172 97 16 0 0.44 0.91 0.33 31.15 0.83 0.37
Hex AC 61 10 0 2C 5B 21 1F 53 25
Octal 254 141 20 0 54 133 41 37 123 45
Binary 10101100 1100001 10000 0 101100 1011011 100001 11111 1010011 100101

Color Harmonies of #AC6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6110

Black with #AC6110

Text Example


Text Example

White with #AC6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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