Html Css Color HEX #A46912 Golden Brown

📋 copy color: '#A46912'

red 164 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #A46912

Tints of Golden Brown #A46912

RGB

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

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

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

R = 57.14%
G = 36.59%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A46912 (or 0xA46912) is known color: Golden Brown. HEX triplet: A4, 69 and 12. RGB value is (164,105,18). Sum of RGB (Red+Green+Blue) = 164+105+18=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A46912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46912 is #5B96ED. Grayscale: #717171. Windows color (decimal): -6002414 or 1206692. OLE color: 1206692.

HSL color Cylindrical-coordinate representation of color #A46912: hue angle of 35.75º 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 #A46912 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 18 -
CMYK 0 0.36 0.89 0.36
HSL 35.75º 0.8% 0.36% -
HSV(B) 35.75º 0.89% 0.64% -
XYZ 20.47 18.04 2.98 -
YUV 112.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 164 105 18 0 0.36 0.89 0.36 35.75 0.8 0.36
Hex A4 69 12 0 24 59 24 24 50 24
Octal 244 151 22 0 44 131 44 44 120 44
Binary 10100100 1101001 10010 0 100100 1011001 100100 100100 1010000 100100

Color Harmonies of #A46912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46912

Black with #A46912

Text Example


Text Example

White with #A46912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46912; }

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

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

background-color css

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

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

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

border-color css

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

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

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