Html Css Color HEX #A36240 Desert

📋 copy color: '#A36240'

red 163 ◦ green 98 ◦ blue 64

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

Shades of Desert #A36240

Tints of Desert #A36240

RGB

 RED value IS 163 (64.06% from 255) = 50.15%

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 50.15%
G = 30.15%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A36240 (or 0xA36240) is known color: Desert. HEX triplet: A3, 62 and 40. RGB value is (163,98,64). Sum of RGB (Red+Green+Blue) = 163+98+64=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A36240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36240 is #5C9DBF. Grayscale: #717171. Windows color (decimal): -6069696 or 4219555. OLE color: 4219555.

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

Color convert

RGB 163 98 64 -
CMYK 0 0.40 0.61 0.36
HSL 20.61º 0.44% 0.45% -
HSV(B) 20.61º 0.61% 0.64% -
XYZ 20.4 16.89 7.04 -
YUV 113.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 163 98 64 0 0.40 0.61 0.36 20.61 0.44 0.45
Hex A3 62 40 0 28 3D 24 15 2C 2D
Octal 243 142 100 0 50 75 44 25 54 55
Binary 10100011 1100010 1000000 0 101000 111101 100100 10101 101100 101101

Color Harmonies of #A36240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36240

Black with #A36240

Text Example


Text Example

White with #A36240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36240; }

 p { color: rgb(163,98,64); }

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

background-color css

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

 a { background-color: rgb(163,98,64); }

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

border-color css

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

 span { border-color: rgb(163,98,64); }

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