Html Css Color HEX #AC6516 Golden Brown

📋 copy color: '#AC6516'

red 172 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #AC6516

Tints of Golden Brown #AC6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 58.31%
G = 34.24%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC6516 (or 0xAC6516) is known color: Golden Brown. HEX triplet: AC, 65 and 16. RGB value is (172,101,22). Sum of RGB (Red+Green+Blue) = 172+101+22=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6516 is #539AE9. Grayscale: #717171. Windows color (decimal): -5479146 or 1467820. OLE color: 1467820.

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

Color convert

RGB 172 101 22 -
CMYK 0 0.41 0.87 0.33
HSL 31.6º 0.77% 0.38% -
HSV(B) 31.6º 0.87% 0.67% -
XYZ 21.81 18.14 3.11 -
YUV 113.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 172 101 22 0 0.41 0.87 0.33 31.6 0.77 0.38
Hex AC 65 16 0 29 57 21 20 4D 26
Octal 254 145 26 0 51 127 41 40 115 46
Binary 10101100 1100101 10110 0 101001 1010111 100001 100000 1001101 100110

Color Harmonies of #AC6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6516

Black with #AC6516

Text Example


Text Example

White with #AC6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6516; }

 p { color: rgb(172,101,22); }

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

background-color css

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

 a { background-color: rgb(172,101,22); }

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

border-color css

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

 span { border-color: rgb(172,101,22); }

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