Html Css Color HEX #A35F37 Desert

📋 copy color: '#A35F37'

red 163 ◦ green 95 ◦ blue 55

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

Shades of Desert #A35F37

Tints of Desert #A35F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 52.08%
G = 30.35%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A35F37 (or 0xA35F37) is known color: Desert. HEX triplet: A3, 5F and 37. RGB value is (163,95,55). Sum of RGB (Red+Green+Blue) = 163+95+55=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F37 is #5CA0C8. Grayscale: #6E6E6E. Windows color (decimal): -6070473 or 3628963. OLE color: 3628963.

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

Color convert

RGB 163 95 55 -
CMYK 0 0.42 0.66 0.36
HSL 22.22º 0.5% 0.43% -
HSV(B) 22.22º 0.66% 0.64% -
XYZ 19.89 16.25 5.7 -
YUV 110.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 163 95 55 0 0.42 0.66 0.36 22.22 0.5 0.43
Hex A3 5F 37 0 2A 42 24 16 32 2B
Octal 243 137 67 0 52 102 44 26 62 53
Binary 10100011 1011111 110111 0 101010 1000010 100100 10110 110010 101011

Color Harmonies of #A35F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F37

Black with #A35F37

Text Example


Text Example

White with #A35F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F37; }

 p { color: rgb(163,95,55); }

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

background-color css

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

 a { background-color: rgb(163,95,55); }

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

border-color css

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

 span { border-color: rgb(163,95,55); }

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