Html Css Color HEX #AC6916 Golden Brown

📋 copy color: '#AC6916'

red 172 ◦ green 105 ◦ blue 22

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

Shades of Golden Brown #AC6916

Tints of Golden Brown #AC6916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

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

R = 57.53%
G = 35.12%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC6916 (or 0xAC6916) is known color: Golden Brown. HEX triplet: AC, 69 and 16. RGB value is (172,105,22). Sum of RGB (Red+Green+Blue) = 172+105+22=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6916 is #5396E9. Grayscale: #737373. Windows color (decimal): -5478122 or 1468844. OLE color: 1468844.

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

Color convert

RGB 172 105 22 -
CMYK 0 0.39 0.87 0.33
HSL 33.2º 0.77% 0.38% -
HSV(B) 33.2º 0.87% 0.67% -
XYZ 22.21 18.93 3.24 -
YUV 115.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 172 105 22 0 0.39 0.87 0.33 33.2 0.77 0.38
Hex AC 69 16 0 27 57 21 21 4D 26
Octal 254 151 26 0 47 127 41 41 115 46
Binary 10101100 1101001 10110 0 100111 1010111 100001 100001 1001101 100110

Color Harmonies of #AC6916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6916

Black with #AC6916

Text Example


Text Example

White with #AC6916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6916; }

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

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

background-color css

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

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

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

border-color css

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

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

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