#A4B17A

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

Shades of Locust #A4B17A

Tints of Locust #A4B17A

Color information

#A4B17A (or 0xA4B17A) is unknown color: approx Locust. HEX triplet: A4, B1 and 7A. RGB value is (164,177,122). Sum of RGB (Red+Green+Blue) = 164+177+122=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B17A is #5B4E85. Grayscale: #A7A7A7. Windows color (decimal): -5983878 or 8040868. OLE color: 8040868.

HSL color Cylindrical-coordinate representation of color #A4B17A: hue angle of 74.18º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B17A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB164177122-
CMYK0.0700.310.31
HSL74.18º26.07%58.63%-
HSV(B)74.18º31.07%69.41%-
XYZ34.5440.7424.46-
YUV166.84102.69125.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=35.42%
G=38.23%
B=26.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771220.0700.310.3174.1826.0758.63
HexA4B17A701F1F4a1a3b
Octal2442611727037371123273
Binary1010010010110001111101011101111111111100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B17A; }

 p { color: rgb(164,177,122); }

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

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

 a { background-color: rgb(164,177,122); }

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

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

 span { border-color: rgb(164,177,122); }

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