Html Css Color HEX #A5633C Desert

📋 copy color: '#A5633C'

red 165 ◦ green 99 ◦ blue 60

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

Shades of Desert #A5633C

Tints of Desert #A5633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 50.93%
G = 30.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5633C (or 0xA5633C) is known color: Desert. HEX triplet: A5, 63 and 3C. RGB value is (165,99,60). Sum of RGB (Red+Green+Blue) = 165+99+60=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5633C is #5A9CC3. Grayscale: #727272. Windows color (decimal): -5938372 or 3957669. OLE color: 3957669.

HSL color Cylindrical-coordinate representation of color #A5633C: hue angle of 22.29º 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 #A5633C is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 60 -
CMYK 0 0.40 0.64 0.35
HSL 22.29º 0.47% 0.44% -
HSV(B) 22.29º 0.64% 0.65% -
XYZ 20.79 17.25 6.51 -
YUV 114.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 165 99 60 0 0.40 0.64 0.35 22.29 0.47 0.44
Hex A5 63 3C 0 28 40 23 16 2F 2C
Octal 245 143 74 0 50 100 43 26 57 54
Binary 10100101 1100011 111100 0 101000 1000000 100011 10110 101111 101100

Color Harmonies of #A5633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5633C

Black with #A5633C

Text Example


Text Example

White with #A5633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5633C; }

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

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

background-color css

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

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

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

border-color css

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

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

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