Html Css Color HEX #A36140 Desert

📋 copy color: '#A36140'

red 163 ◦ green 97 ◦ blue 64

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

Shades of Desert #A36140

Tints of Desert #A36140

RGB

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

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

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

R = 50.31%
G = 29.94%
B = 19.75%

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

#A36140 (or 0xA36140) is known color: Desert. HEX triplet: A3, 61 and 40. RGB value is (163,97,64). Sum of RGB (Red+Green+Blue) = 163+97+64=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A36140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36140 is #5C9EBF. Grayscale: #717171. Windows color (decimal): -6069952 or 4219299. OLE color: 4219299.

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

Color convert

RGB 163 97 64 -
CMYK 0 0.40 0.61 0.36
HSL 20º 0.44% 0.45% -
HSV(B) 20º 0.61% 0.64% -
XYZ 20.3 16.71 7 -
YUV 112.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 163 97 64 0 0.40 0.61 0.36 20 0.44 0.45
Hex A3 61 40 0 28 3D 24 14 2C 2D
Octal 243 141 100 0 50 75 44 24 54 55
Binary 10100011 1100001 1000000 0 101000 111101 100100 10100 101100 101101

Color Harmonies of #A36140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36140

Black with #A36140

Text Example


Text Example

White with #A36140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36140; }

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

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

background-color css

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

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

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

border-color css

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

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

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