Html Css Color HEX #A4A785 Locust

📋 copy color: '#A4A785'

red 164 ◦ green 167 ◦ blue 133

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

Shades of Locust #A4A785

Tints of Locust #A4A785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 35.34%
G = 35.99%
B = 28.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A4A785 (or 0xA4A785) is known color: Locust. HEX triplet: A4, A7 and 85. RGB value is (164,167,133). Sum of RGB (Red+Green+Blue) = 164+167+133=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A785 is #5B587A. Grayscale: #A2A2A2. Windows color (decimal): -5986427 or 8759204. OLE color: 8759204.

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

Color convert

RGB 164 167 133 -
CMYK 0.02 0 0.20 0.35
HSL 65.29º 0.16% 0.59% -
HSV(B) 65.29º 0.2% 0.65% -
XYZ 33.36 37.22 27.62 -
YUV 162.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 164 167 133 0.02 0 0.20 0.35 65.29 0.16 0.59
Hex A4 A7 85 2 0 14 23 41 10 3B
Octal 244 247 205 2 0 24 43 101 20 73
Binary 10100100 10100111 10000101 10 0 10100 100011 1000001 10000 111011

Color Harmonies of #A4A785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A785

Black with #A4A785

Text Example


Text Example

White with #A4A785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A785; }

 p { color: rgb(164,167,133); }

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

background-color css

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

 a { background-color: rgb(164,167,133); }

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

border-color css

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

 span { border-color: rgb(164,167,133); }

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