#a8623d

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

Shades of Desert #A8623D

Tints of Desert #A8623D

Color information

#A8623D (or 0xA8623D) is unknown color: approx Desert. HEX triplet: A8, 62 and 3D. RGB value is (168,98,61). Sum of RGB (Red+Green+Blue) = 168+98+61=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8623D is #579DC2. Grayscale: #727272. Windows color (decimal): -5742019 or 4022952. OLE color: 4022952.

HSL color Cylindrical-coordinate representation of color #A8623D: hue angle of 20.75º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8623D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1689861-
CMYK00.420.640.34
HSL20.75º46.72%44.9%-
HSV(B)20.75º63.69%65.88%-
XYZ21.3617.46.65-
YUV114.7197.69166.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=51.38%
G=29.97%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168986100.420.640.3420.7546.7244.9
HexA8623D02A4022152f2d
Octal2501427505210042255755
Binary1010100011000101111010101010100000010001010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8623d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8623d; }

 p { color: rgb(168,98,61); }

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

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

 a { background-color: rgb(168,98,61); }

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

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

 span { border-color: rgb(168,98,61); }

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