Html Css Color HEX #A46342 Desert

📋 copy color: '#A46342'

red 164 ◦ green 99 ◦ blue 66

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

Shades of Desert #A46342

Tints of Desert #A46342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 49.85%
G = 30.09%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A46342 (or 0xA46342) is known color: Desert. HEX triplet: A4, 63 and 42. RGB value is (164,99,66). Sum of RGB (Red+Green+Blue) = 164+99+66=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A46342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46342 is #5B9CBD. Grayscale: #727272. Windows color (decimal): -6003902 or 4350884. OLE color: 4350884.

HSL color Cylindrical-coordinate representation of color #A46342: hue angle of 20.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A46342 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 66 -
CMYK 0 0.40 0.60 0.36
HSL 20.2º 0.43% 0.45% -
HSV(B) 20.2º 0.6% 0.64% -
XYZ 20.76 17.21 7.38 -
YUV 114.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 164 99 66 0 0.40 0.60 0.36 20.2 0.43 0.45
Hex A4 63 42 0 28 3C 24 14 2B 2D
Octal 244 143 102 0 50 74 44 24 53 55
Binary 10100100 1100011 1000010 0 101000 111100 100100 10100 101011 101101

Color Harmonies of #A46342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46342

Black with #A46342

Text Example


Text Example

White with #A46342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46342; }

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

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

background-color css

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

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

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

border-color css

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

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

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