Html Css Color HEX #A35E3C Desert

📋 copy color: '#A35E3C'

red 163 ◦ green 94 ◦ blue 60

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

Shades of Desert #A35E3C

Tints of Desert #A35E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 51.42%
G = 29.65%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A35E3C (or 0xA35E3C) is known color: Desert. HEX triplet: A3, 5E and 3C. RGB value is (163,94,60). Sum of RGB (Red+Green+Blue) = 163+94+60=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E3C is #5CA1C3. Grayscale: #6E6E6E. Windows color (decimal): -6070724 or 3956387. OLE color: 3956387.

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

Color convert

RGB 163 94 60 -
CMYK 0 0.42 0.63 0.36
HSL 19.81º 0.46% 0.44% -
HSV(B) 19.81º 0.63% 0.64% -
XYZ 19.92 16.12 6.34 -
YUV 110.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 163 94 60 0 0.42 0.63 0.36 19.81 0.46 0.44
Hex A3 5E 3C 0 2A 3F 24 14 2E 2C
Octal 243 136 74 0 52 77 44 24 56 54
Binary 10100011 1011110 111100 0 101010 111111 100100 10100 101110 101100

Color Harmonies of #A35E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E3C

Black with #A35E3C

Text Example


Text Example

White with #A35E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E3C; }

 p { color: rgb(163,94,60); }

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

background-color css

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

 a { background-color: rgb(163,94,60); }

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

border-color css

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

 span { border-color: rgb(163,94,60); }

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