Html Css Color HEX #A46315 Golden Brown

📋 copy color: '#A46315'

red 164 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #A46315

Tints of Golden Brown #A46315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 57.75%
G = 34.86%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A46315 (or 0xA46315) is known color: Golden Brown. HEX triplet: A4, 63 and 15. RGB value is (164,99,21). Sum of RGB (Red+Green+Blue) = 164+99+21=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A46315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46315 is #5B9CEA. Grayscale: #6D6D6D. Windows color (decimal): -6003947 or 1401764. OLE color: 1401764.

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

Color convert

RGB 164 99 21 -
CMYK 0 0.40 0.87 0.36
HSL 32.73º 0.77% 0.36% -
HSV(B) 32.73º 0.87% 0.64% -
XYZ 19.91 16.87 2.92 -
YUV 109.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 164 99 21 0 0.40 0.87 0.36 32.73 0.77 0.36
Hex A4 63 15 0 28 57 24 21 4D 24
Octal 244 143 25 0 50 127 44 41 115 44
Binary 10100100 1100011 10101 0 101000 1010111 100100 100001 1001101 100100

Color Harmonies of #A46315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46315

Black with #A46315

Text Example


Text Example

White with #A46315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46315; }

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

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

background-color css

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

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

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

border-color css

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

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

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