Html Css Color HEX #A5663F Desert

📋 copy color: '#A5663F'

red 165 ◦ green 102 ◦ blue 63

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

Shades of Desert #A5663F

Tints of Desert #A5663F

RGB

 RED value IS 165 (64.84% from 255) = 50%

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 50%
G = 30.91%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5663F (or 0xA5663F) is known color: Desert. HEX triplet: A5, 66 and 3F. RGB value is (165,102,63). Sum of RGB (Red+Green+Blue) = 165+102+63=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663F is #5A99C0. Grayscale: #747474. Windows color (decimal): -5937601 or 4155045. OLE color: 4155045.

HSL color Cylindrical-coordinate representation of color #A5663F: hue angle of 22.94º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5663F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 63 -
CMYK 0 0.38 0.62 0.35
HSL 22.94º 0.45% 0.45% -
HSV(B) 22.94º 0.62% 0.65% -
XYZ 21.17 17.86 7.03 -
YUV 116.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 165 102 63 0 0.38 0.62 0.35 22.94 0.45 0.45
Hex A5 66 3F 0 26 3E 23 17 2D 2D
Octal 245 146 77 0 46 76 43 27 55 55
Binary 10100101 1100110 111111 0 100110 111110 100011 10111 101101 101101

Color Harmonies of #A5663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5663F

Black with #A5663F

Text Example


Text Example

White with #A5663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5663F; }

 p { color: rgb(165,102,63); }

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

background-color css

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

 a { background-color: rgb(165,102,63); }

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

border-color css

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

 span { border-color: rgb(165,102,63); }

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