#A4AD75

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

Shades of Locust #A4AD75

Tints of Locust #A4AD75

Color information

#A4AD75 (or 0xA4AD75) is unknown color: approx Locust. HEX triplet: A4, AD and 75. RGB value is (164,173,117). Sum of RGB (Red+Green+Blue) = 164+173+117=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD75 is #5B528A. Grayscale: #A4A4A4. Windows color (decimal): -5984907 or 7712164. OLE color: 7712164.

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

Color convert

RGB164173117-
CMYK0.0500.320.32
HSL69.64º25.45%56.86%-
HSV(B)69.64º32.37%67.84%-
XYZ33.4639.0622.61-
YUV163.92101.52128.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=36.12%
G=38.11%
B=25.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731170.0500.320.3269.6425.4556.86
HexA4AD75502020461939
Octal2442551655040401063171
Binary101001001010110111101011010100000100000100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD75; }

 p { color: rgb(164,173,117); }

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

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

 a { background-color: rgb(164,173,117); }

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

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

 span { border-color: rgb(164,173,117); }

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