Html Css Color HEX #A35E3E Desert

📋 copy color: '#A35E3E'

red 163 ◦ green 94 ◦ blue 62

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

Shades of Desert #A35E3E

Tints of Desert #A35E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 51.1%
G = 29.47%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A35E3E (or 0xA35E3E) is known color: Desert. HEX triplet: A3, 5E and 3E. RGB value is (163,94,62). Sum of RGB (Red+Green+Blue) = 163+94+62=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E3E is #5CA1C1. Grayscale: #6F6F6F. Windows color (decimal): -6070722 or 4087459. OLE color: 4087459.

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

Color convert

RGB 163 94 62 -
CMYK 0 0.42 0.62 0.36
HSL 19.01º 0.45% 0.44% -
HSV(B) 19.01º 0.62% 0.64% -
XYZ 19.98 16.14 6.62 -
YUV 110.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 163 94 62 0 0.42 0.62 0.36 19.01 0.45 0.44
Hex A3 5E 3E 0 2A 3E 24 13 2D 2C
Octal 243 136 76 0 52 76 44 23 55 54
Binary 10100011 1011110 111110 0 101010 111110 100100 10011 101101 101100

Color Harmonies of #A35E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E3E

Black with #A35E3E

Text Example


Text Example

White with #A35E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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