Html Css Color HEX #A46140 Desert

📋 copy color: '#A46140'

red 164 ◦ green 97 ◦ blue 64

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

Shades of Desert #A46140

Tints of Desert #A46140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 50.46%
G = 29.85%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A46140 (or 0xA46140) is known color: Desert. HEX triplet: A4, 61 and 40. RGB value is (164,97,64). Sum of RGB (Red+Green+Blue) = 164+97+64=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46140 is #5B9EBF. Grayscale: #717171. Windows color (decimal): -6004416 or 4219300. OLE color: 4219300.

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

Color convert

RGB 164 97 64 -
CMYK 0 0.41 0.61 0.36
HSL 19.8º 0.44% 0.45% -
HSV(B) 19.8º 0.61% 0.64% -
XYZ 20.51 16.81 7.01 -
YUV 113.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 164 97 64 0 0.41 0.61 0.36 19.8 0.44 0.45
Hex A4 61 40 0 29 3D 24 14 2C 2D
Octal 244 141 100 0 51 75 44 24 54 55
Binary 10100100 1100001 1000000 0 101001 111101 100100 10100 101100 101101

Color Harmonies of #A46140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46140

Black with #A46140

Text Example


Text Example

White with #A46140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46140; }

 p { color: rgb(164,97,64); }

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

background-color css

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

 a { background-color: rgb(164,97,64); }

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

border-color css

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

 span { border-color: rgb(164,97,64); }

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