Html Css Color HEX #A46915 Golden Brown

📋 copy color: '#A46915'

red 164 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #A46915

Tints of Golden Brown #A46915

RGB

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

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

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

R = 56.55%
G = 36.21%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A46915 (or 0xA46915) is known color: Golden Brown. HEX triplet: A4, 69 and 15. RGB value is (164,105,21). Sum of RGB (Red+Green+Blue) = 164+105+21=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A46915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46915 is #5B96EA. Grayscale: #717171. Windows color (decimal): -6002411 or 1403300. OLE color: 1403300.

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

Color convert

RGB 164 105 21 -
CMYK 0 0.36 0.87 0.36
HSL 35.24º 0.77% 0.36% -
HSV(B) 35.24º 0.87% 0.64% -
XYZ 20.5 18.05 3.11 -
YUV 113.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 164 105 21 0 0.36 0.87 0.36 35.24 0.77 0.36
Hex A4 69 15 0 24 57 24 23 4D 24
Octal 244 151 25 0 44 127 44 43 115 44
Binary 10100100 1101001 10101 0 100100 1010111 100100 100011 1001101 100100

Color Harmonies of #A46915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46915

Black with #A46915

Text Example


Text Example

White with #A46915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46915; }

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

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

background-color css

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

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

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

border-color css

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

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

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