Html Css Color HEX #A46040 Desert

📋 copy color: '#A46040'

red 164 ◦ green 96 ◦ blue 64

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

Shades of Desert #A46040

Tints of Desert #A46040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 50.62%
G = 29.63%
B = 19.75%

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

#A46040 (or 0xA46040) is known color: Desert. HEX triplet: A4, 60 and 40. RGB value is (164,96,64). Sum of RGB (Red+Green+Blue) = 164+96+64=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A46040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46040 is #5B9FBF. Grayscale: #707070. Windows color (decimal): -6004672 or 4219044. OLE color: 4219044.

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

Color convert

RGB 164 96 64 -
CMYK 0 0.41 0.61 0.36
HSL 19.2º 0.44% 0.45% -
HSV(B) 19.2º 0.61% 0.64% -
XYZ 20.42 16.63 6.98 -
YUV 112.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 164 96 64 0 0.41 0.61 0.36 19.2 0.44 0.45
Hex A4 60 40 0 29 3D 24 13 2C 2D
Octal 244 140 100 0 51 75 44 23 54 55
Binary 10100100 1100000 1000000 0 101001 111101 100100 10011 101100 101101

Color Harmonies of #A46040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46040

Black with #A46040

Text Example


Text Example

White with #A46040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46040; }

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

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

background-color css

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

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

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

border-color css

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

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

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