Html Css Color HEX #A65A3B Desert

📋 copy color: '#A65A3B'

red 166 ◦ green 90 ◦ blue 59

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

Shades of Desert #A65A3B

Tints of Desert #A65A3B

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 52.7%
G = 28.57%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A65A3B (or 0xA65A3B) is known color: Desert. HEX triplet: A6, 5A and 3B. RGB value is (166,90,59). Sum of RGB (Red+Green+Blue) = 166+90+59=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A3B is #59A5C4. Grayscale: #6D6D6D. Windows color (decimal): -5875141 or 3889830. OLE color: 3889830.

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

Color convert

RGB 166 90 59 -
CMYK 0 0.46 0.64 0.35
HSL 17.38º 0.48% 0.44% -
HSV(B) 17.38º 0.64% 0.65% -
XYZ 20.17 15.74 6.11 -
YUV 109.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 166 90 59 0 0.46 0.64 0.35 17.38 0.48 0.44
Hex A6 5A 3B 0 2E 40 23 11 30 2C
Octal 246 132 73 0 56 100 43 21 60 54
Binary 10100110 1011010 111011 0 101110 1000000 100011 10001 110000 101100

Color Harmonies of #A65A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A3B

Black with #A65A3B

Text Example


Text Example

White with #A65A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A3B; }

 p { color: rgb(166,90,59); }

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

background-color css

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

 a { background-color: rgb(166,90,59); }

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

border-color css

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

 span { border-color: rgb(166,90,59); }

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