Html Css Color HEX #A4A886 Locust

📋 copy color: '#A4A886'

red 164 ◦ green 168 ◦ blue 134

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

Shades of Locust #A4A886

Tints of Locust #A4A886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 35.19%
G = 36.05%
B = 28.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A4A886 (or 0xA4A886) is known color: Locust. HEX triplet: A4, A8 and 86. RGB value is (164,168,134). Sum of RGB (Red+Green+Blue) = 164+168+134=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A886 is #5B5779. Grayscale: #A3A3A3. Windows color (decimal): -5986170 or 8824996. OLE color: 8824996.

HSL color Cylindrical-coordinate representation of color #A4A886: hue angle of 67.06º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A886 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 134 -
CMYK 0.02 0 0.20 0.34
HSL 67.06º 0.16% 0.59% -
HSV(B) 67.06º 0.2% 0.66% -
XYZ 33.62 37.62 28.04 -
YUV 162.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 164 168 134 0.02 0 0.20 0.34 67.06 0.16 0.59
Hex A4 A8 86 2 0 14 22 43 10 3B
Octal 244 250 206 2 0 24 42 103 20 73
Binary 10100100 10101000 10000110 10 0 10100 100010 1000011 10000 111011

Color Harmonies of #A4A886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A886

Black with #A4A886

Text Example


Text Example

White with #A4A886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A886; }

 p { color: rgb(164,168,134); }

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

background-color css

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

 a { background-color: rgb(164,168,134); }

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

border-color css

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

 span { border-color: rgb(164,168,134); }

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