Html Css Color HEX #A46112 Golden Brown

📋 copy color: '#A46112'

red 164 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #A46112

Tints of Golden Brown #A46112

RGB

 RED value IS 164 (64.45% from 255) = 58.78%

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 58.78%
G = 34.77%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A46112 (or 0xA46112) is known color: Golden Brown. HEX triplet: A4, 61 and 12. RGB value is (164,97,18). Sum of RGB (Red+Green+Blue) = 164+97+18=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46112 is #5B9EED. Grayscale: #6C6C6C. Windows color (decimal): -6004462 or 1204644. OLE color: 1204644.

HSL color Cylindrical-coordinate representation of color #A46112: hue angle of 32.47º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A46112 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 18 -
CMYK 0 0.41 0.89 0.36
HSL 32.47º 0.8% 0.36% -
HSV(B) 32.47º 0.89% 0.64% -
XYZ 19.69 16.49 2.72 -
YUV 108.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 164 97 18 0 0.41 0.89 0.36 32.47 0.8 0.36
Hex A4 61 12 0 29 59 24 20 50 24
Octal 244 141 22 0 51 131 44 40 120 44
Binary 10100100 1100001 10010 0 101001 1011001 100100 100000 1010000 100100

Color Harmonies of #A46112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46112

Black with #A46112

Text Example


Text Example

White with #A46112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46112; }

 p { color: rgb(164,97,18); }

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

background-color css

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

 a { background-color: rgb(164,97,18); }

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

border-color css

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

 span { border-color: rgb(164,97,18); }

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