Html Css Color HEX #A5663C Desert

📋 copy color: '#A5663C'

red 165 ◦ green 102 ◦ blue 60

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

Shades of Desert #A5663C

Tints of Desert #A5663C

RGB

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

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

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

R = 50.46%
G = 31.19%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5663C (or 0xA5663C) is known color: Desert. HEX triplet: A5, 66 and 3C. RGB value is (165,102,60). Sum of RGB (Red+Green+Blue) = 165+102+60=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663C is #5A99C3. Grayscale: #747474. Windows color (decimal): -5937604 or 3958437. OLE color: 3958437.

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

Color convert

RGB 165 102 60 -
CMYK 0 0.38 0.64 0.35
HSL 24º 0.47% 0.44% -
HSV(B) 24º 0.64% 0.65% -
XYZ 21.08 17.83 6.6 -
YUV 116.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 165 102 60 0 0.38 0.64 0.35 24 0.47 0.44
Hex A5 66 3C 0 26 40 23 18 2F 2C
Octal 245 146 74 0 46 100 43 30 57 54
Binary 10100101 1100110 111100 0 100110 1000000 100011 11000 101111 101100

Color Harmonies of #A5663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5663C

Black with #A5663C

Text Example


Text Example

White with #A5663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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