#A8AD82

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

Shades of Locust #A8AD82

Tints of Locust #A8AD82

Color information

#A8AD82 (or 0xA8AD82) is unknown color: approx Locust. HEX triplet: A8, AD and 82. RGB value is (168,173,130). Sum of RGB (Red+Green+Blue) = 168+173+130=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD82 is #57527D. Grayscale: #A6A6A6. Windows color (decimal): -5722750 or 8564136. OLE color: 8564136.

HSL color Cylindrical-coordinate representation of color #A8AD82: hue angle of 66.98º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8AD82 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB168173130-
CMYK0.0300.250.32
HSL66.98º20.77%59.41%-
HSV(B)66.98º24.86%67.84%-
XYZ35.1239.8226.95-
YUV166.6107.34129-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=35.67%
G=36.73%
B=27.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731300.0300.250.3266.9820.7759.41
HexA8AD8230192043153b
Octal2502552023031401032573
Binary10101000101011011000001011011001100000100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD82; }

 p { color: rgb(168,173,130); }

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

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

 a { background-color: rgb(168,173,130); }

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

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

 span { border-color: rgb(168,173,130); }

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