Html Css Color HEX #AC6115 Golden Brown

📋 copy color: '#AC6115'

red 172 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #AC6115

Tints of Golden Brown #AC6115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 59.31%
G = 33.45%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6115 (or 0xAC6115) is known color: Golden Brown. HEX triplet: AC, 61 and 15. RGB value is (172,97,21). Sum of RGB (Red+Green+Blue) = 172+97+21=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6115 is #539EEA. Grayscale: #6F6F6F. Windows color (decimal): -5480171 or 1401260. OLE color: 1401260.

HSL color Cylindrical-coordinate representation of color #AC6115: hue angle of 30.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6115 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 21 -
CMYK 0 0.44 0.88 0.33
HSL 30.2º 0.78% 0.38% -
HSV(B) 30.2º 0.88% 0.67% -
XYZ 21.42 17.37 2.93 -
YUV 110.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 172 97 21 0 0.44 0.88 0.33 30.2 0.78 0.38
Hex AC 61 15 0 2C 58 21 1E 4E 26
Octal 254 141 25 0 54 130 41 36 116 46
Binary 10101100 1100001 10101 0 101100 1011000 100001 11110 1001110 100110

Color Harmonies of #AC6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6115

Black with #AC6115

Text Example


Text Example

White with #AC6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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