Html Css Color HEX #A4AB84 Locust

📋 copy color: '#A4AB84'

red 164 ◦ green 171 ◦ blue 132

#A4AB84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #A4AB84

Tints of Locust #A4AB84

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 35.12%
G = 36.62%
B = 28.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A4AB84 (or 0xA4AB84) is known color: Locust. HEX triplet: A4, AB and 84. RGB value is (164,171,132). Sum of RGB (Red+Green+Blue) = 164+171+132=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB84 is #5B547B. Grayscale: #A4A4A4. Windows color (decimal): -5985404 or 8694692. OLE color: 8694692.

HSL color Cylindrical-coordinate representation of color #A4AB84: hue angle of 70.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4AB84 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 132 -
CMYK 0.04 0 0.23 0.33
HSL 70.77º 0.19% 0.59% -
HSV(B) 70.77º 0.23% 0.67% -
XYZ 34.04 38.68 27.5 -
YUV 164.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 164 171 132 0.04 0 0.23 0.33 70.77 0.19 0.59
Hex A4 AB 84 4 0 17 21 47 13 3B
Octal 244 253 204 4 0 27 41 107 23 73
Binary 10100100 10101011 10000100 100 0 10111 100001 1000111 10011 111011

Color Harmonies of #A4AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB84

Black with #A4AB84

Text Example


Text Example

White with #A4AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB84; }

 p { color: rgb(164,171,132); }

 H1.HeaderClassName
 {
   color: #A4AB84;
 }
 .AnyTagClassName
 {
   color: #A4AB84;
 }
</style>

background-color css

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

 a { background-color: rgb(164,171,132); }

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

border-color css

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

 span { border-color: rgb(164,171,132); }

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