#A6633A

Color #A6633A Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #A6633A

Tints of Desert #A6633A

Color information

#A6633A (or 0xA6633A) is unknown color: approx Desert. HEX triplet: A6, 63 and 3A. RGB value is (166,99,58). Sum of RGB (Red+Green+Blue) = 166+99+58=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6633A is #599CC5. Grayscale: #727272. Windows color (decimal): -5872838 or 3826598. OLE color: 3826598.

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

Color convert

RGB1669958-
CMYK00.400.650.35
HSL22.78º48.21%43.92%-
HSV(B)22.78º65.06%65.1%-
XYZ20.9517.346.24-
YUV114.3696.2164.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=51.39%
G=30.65%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166995800.400.650.3522.7848.2143.92
HexA6633A028412317302c
Octal2461437205010143276054
Binary1010011011000111110100101000100000110001110111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6633A; }

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

 H1.HeaderClassName
 {
   color: #A6633A;
 }
 .AnyTagClassName
 {
   color: #A6633A;
 }
</style>
background-color css

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

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

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

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

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

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