Html Css Color HEX #A15D3C Desert

📋 copy color: '#A15D3C'

red 161 ◦ green 93 ◦ blue 60

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

Shades of Desert #A15D3C

Tints of Desert #A15D3C

RGB

 RED value IS 161 (63.28% from 255) = 51.27%

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 51.27%
G = 29.62%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A15D3C (or 0xA15D3C) is known color: Desert. HEX triplet: A1, 5D and 3C. RGB value is (161,93,60). Sum of RGB (Red+Green+Blue) = 161+93+60=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D3C is #5EA2C3. Grayscale: #6D6D6D. Windows color (decimal): -6202052 or 3956129. OLE color: 3956129.

HSL color Cylindrical-coordinate representation of color #A15D3C: hue angle of 19.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15D3C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 60 -
CMYK 0 0.42 0.63 0.37
HSL 19.6º 0.46% 0.43% -
HSV(B) 19.6º 0.63% 0.63% -
XYZ 19.43 15.73 6.29 -
YUV 109.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 161 93 60 0 0.42 0.63 0.37 19.6 0.46 0.43
Hex A1 5D 3C 0 2A 3F 25 14 2E 2B
Octal 241 135 74 0 52 77 45 24 56 53
Binary 10100001 1011101 111100 0 101010 111111 100101 10100 101110 101011

Color Harmonies of #A15D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D3C

Black with #A15D3C

Text Example


Text Example

White with #A15D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D3C; }

 p { color: rgb(161,93,60); }

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

background-color css

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

 a { background-color: rgb(161,93,60); }

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

border-color css

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

 span { border-color: rgb(161,93,60); }

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