Html Css Color HEX #A46615 Golden Brown

📋 copy color: '#A46615'

red 164 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #A46615

Tints of Golden Brown #A46615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 57.14%
G = 35.54%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A46615 (or 0xA46615) is known color: Golden Brown. HEX triplet: A4, 66 and 15. RGB value is (164,102,21). Sum of RGB (Red+Green+Blue) = 164+102+21=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A46615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46615 is #5B99EA. Grayscale: #6F6F6F. Windows color (decimal): -6003179 or 1402532. OLE color: 1402532.

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

Color convert

RGB 164 102 21 -
CMYK 0 0.38 0.87 0.36
HSL 33.99º 0.77% 0.36% -
HSV(B) 33.99º 0.87% 0.64% -
XYZ 20.2 17.45 3.01 -
YUV 111.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 164 102 21 0 0.38 0.87 0.36 33.99 0.77 0.36
Hex A4 66 15 0 26 57 24 22 4D 24
Octal 244 146 25 0 46 127 44 42 115 44
Binary 10100100 1100110 10101 0 100110 1010111 100100 100010 1001101 100100

Color Harmonies of #A46615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46615

Black with #A46615

Text Example


Text Example

White with #A46615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46615; }

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

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

background-color css

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

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

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

border-color css

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

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

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