Html Css Color HEX #A5653C Desert

📋 copy color: '#A5653C'

red 165 ◦ green 101 ◦ blue 60

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

Shades of Desert #A5653C

Tints of Desert #A5653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 50.61%
G = 30.98%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5653C (or 0xA5653C) is known color: Desert. HEX triplet: A5, 65 and 3C. RGB value is (165,101,60). Sum of RGB (Red+Green+Blue) = 165+101+60=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5653C is #5A9AC3. Grayscale: #737373. Windows color (decimal): -5937860 or 3958181. OLE color: 3958181.

HSL color Cylindrical-coordinate representation of color #A5653C: hue angle of 23.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5653C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 60 -
CMYK 0 0.39 0.64 0.35
HSL 23.43º 0.47% 0.44% -
HSV(B) 23.43º 0.64% 0.65% -
XYZ 20.99 17.63 6.57 -
YUV 115.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 165 101 60 0 0.39 0.64 0.35 23.43 0.47 0.44
Hex A5 65 3C 0 27 40 23 17 2F 2C
Octal 245 145 74 0 47 100 43 27 57 54
Binary 10100101 1100101 111100 0 100111 1000000 100011 10111 101111 101100

Color Harmonies of #A5653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5653C

Black with #A5653C

Text Example


Text Example

White with #A5653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5653C; }

 p { color: rgb(165,101,60); }

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

background-color css

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

 a { background-color: rgb(165,101,60); }

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

border-color css

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

 span { border-color: rgb(165,101,60); }

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