Html Css Color HEX #A35A3A Desert

📋 copy color: '#A35A3A'

red 163 ◦ green 90 ◦ blue 58

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

Shades of Desert #A35A3A

Tints of Desert #A35A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.94%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 52.41%
G = 28.94%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A35A3A (or 0xA35A3A) is known color: Desert. HEX triplet: A3, 5A and 3A. RGB value is (163,90,58). Sum of RGB (Red+Green+Blue) = 163+90+58=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A3A is #5CA5C5. Grayscale: #6C6C6C. Windows color (decimal): -6071750 or 3824291. OLE color: 3824291.

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

Color convert

RGB 163 90 58 -
CMYK 0 0.45 0.64 0.36
HSL 18.29º 0.48% 0.43% -
HSV(B) 18.29º 0.64% 0.64% -
XYZ 19.52 15.4 5.95 -
YUV 108.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 163 90 58 0 0.45 0.64 0.36 18.29 0.48 0.43
Hex A3 5A 3A 0 2D 40 24 12 30 2B
Octal 243 132 72 0 55 100 44 22 60 53
Binary 10100011 1011010 111010 0 101101 1000000 100100 10010 110000 101011

Color Harmonies of #A35A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A3A

Black with #A35A3A

Text Example


Text Example

White with #A35A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A3A; }

 p { color: rgb(163,90,58); }

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

background-color css

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

 a { background-color: rgb(163,90,58); }

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

border-color css

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

 span { border-color: rgb(163,90,58); }

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