Html Css Color HEX #A46518 Golden Brown

📋 copy color: '#A46518'

red 164 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #A46518

Tints of Golden Brown #A46518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 56.75%
G = 34.95%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A46518 (or 0xA46518) is known color: Golden Brown. HEX triplet: A4, 65 and 18. RGB value is (164,101,24). Sum of RGB (Red+Green+Blue) = 164+101+24=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A46518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46518 is #5B9AE7. Grayscale: #6F6F6F. Windows color (decimal): -6003432 or 1598884. OLE color: 1598884.

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

Color convert

RGB 164 101 24 -
CMYK 0 0.38 0.85 0.36
HSL 33º 0.74% 0.37% -
HSV(B) 33º 0.85% 0.64% -
XYZ 20.13 17.27 3.14 -
YUV 111.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 164 101 24 0 0.38 0.85 0.36 33 0.74 0.37
Hex A4 65 18 0 26 55 24 21 4A 25
Octal 244 145 30 0 46 125 44 41 112 45
Binary 10100100 1100101 11000 0 100110 1010101 100100 100001 1001010 100101

Color Harmonies of #A46518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46518

Black with #A46518

Text Example


Text Example

White with #A46518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46518; }

 p { color: rgb(164,101,24); }

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

background-color css

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

 a { background-color: rgb(164,101,24); }

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

border-color css

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

 span { border-color: rgb(164,101,24); }

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