Html Css Color HEX #A65E3A Desert

📋 copy color: '#A65E3A'

red 166 ◦ green 94 ◦ blue 58

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

Shades of Desert #A65E3A

Tints of Desert #A65E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 52.2%
G = 29.56%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A65E3A (or 0xA65E3A) is known color: Desert. HEX triplet: A6, 5E and 3A. RGB value is (166,94,58). Sum of RGB (Red+Green+Blue) = 166+94+58=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E3A is #59A1C5. Grayscale: #6F6F6F. Windows color (decimal): -5874118 or 3825318. OLE color: 3825318.

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

Color convert

RGB 166 94 58 -
CMYK 0 0.43 0.65 0.35
HSL 20º 0.48% 0.44% -
HSV(B) 20º 0.65% 0.65% -
XYZ 20.49 16.42 6.09 -
YUV 111.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 166 94 58 0 0.43 0.65 0.35 20 0.48 0.44
Hex A6 5E 3A 0 2B 41 23 14 30 2C
Octal 246 136 72 0 53 101 43 24 60 54
Binary 10100110 1011110 111010 0 101011 1000001 100011 10100 110000 101100

Color Harmonies of #A65E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E3A

Black with #A65E3A

Text Example


Text Example

White with #A65E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E3A; }

 p { color: rgb(166,94,58); }

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

background-color css

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

 a { background-color: rgb(166,94,58); }

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

border-color css

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

 span { border-color: rgb(166,94,58); }

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