Html Css Color HEX #A85F35 Desert

📋 copy color: '#A85F35'

red 168 ◦ green 95 ◦ blue 53

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

Shades of Desert #A85F35

Tints of Desert #A85F35

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 53.16%
G = 30.06%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85F35 (or 0xA85F35) is known color: Desert. HEX triplet: A8, 5F and 35. RGB value is (168,95,53). Sum of RGB (Red+Green+Blue) = 168+95+53=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F35 is #57A0CA. Grayscale: #707070. Windows color (decimal): -5742795 or 3497896. OLE color: 3497896.

HSL color Cylindrical-coordinate representation of color #A85F35: hue angle of 21.91º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85F35 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 95 53 -
CMYK 0 0.43 0.68 0.34
HSL 21.91º 0.52% 0.43% -
HSV(B) 21.91º 0.68% 0.66% -
XYZ 20.88 16.77 5.5 -
YUV 112.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 168 95 53 0 0.43 0.68 0.34 21.91 0.52 0.43
Hex A8 5F 35 0 2B 44 22 16 34 2B
Octal 250 137 65 0 53 104 42 26 64 53
Binary 10101000 1011111 110101 0 101011 1000100 100010 10110 110100 101011

Color Harmonies of #A85F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F35

Black with #A85F35

Text Example


Text Example

White with #A85F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F35; }

 p { color: rgb(168,95,53); }

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

background-color css

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

 a { background-color: rgb(168,95,53); }

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

border-color css

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

 span { border-color: rgb(168,95,53); }

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