Html Css Color HEX #A4A986 Locust

📋 copy color: '#A4A986'

red 164 ◦ green 169 ◦ blue 134

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

Shades of Locust #A4A986

Tints of Locust #A4A986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 35.12%
G = 36.19%
B = 28.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A4A986 (or 0xA4A986) is known color: Locust. HEX triplet: A4, A9 and 86. RGB value is (164,169,134). Sum of RGB (Red+Green+Blue) = 164+169+134=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A986 is #5B5679. Grayscale: #A3A3A3. Windows color (decimal): -5985914 or 8825252. OLE color: 8825252.

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

Color convert

RGB 164 169 134 -
CMYK 0.03 0 0.21 0.34
HSL 68.57º 0.17% 0.59% -
HSV(B) 68.57º 0.21% 0.66% -
XYZ 33.8 37.99 28.11 -
YUV 163.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 164 169 134 0.03 0 0.21 0.34 68.57 0.17 0.59
Hex A4 A9 86 3 0 15 22 45 11 3B
Octal 244 251 206 3 0 25 42 105 21 73
Binary 10100100 10101001 10000110 11 0 10101 100010 1000101 10001 111011

Color Harmonies of #A4A986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A986

Black with #A4A986

Text Example


Text Example

White with #A4A986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A986; }

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

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

background-color css

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

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

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

border-color css

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

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

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