Html Css Color HEX #A4AD77 Locust

📋 copy color: '#A4AD77'

red 164 ◦ green 173 ◦ blue 119

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

Shades of Locust #A4AD77

Tints of Locust #A4AD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 35.96%
G = 37.94%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#A4AD77 (or 0xA4AD77) is known color: Locust. HEX triplet: A4, AD and 77. RGB value is (164,173,119). Sum of RGB (Red+Green+Blue) = 164+173+119=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD77 is #5B5288. Grayscale: #A4A4A4. Windows color (decimal): -5984905 or 7843236. OLE color: 7843236.

HSL color Cylindrical-coordinate representation of color #A4AD77: hue angle of 70º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AD77 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 119 -
CMYK 0.05 0 0.31 0.32
HSL 70º 0.25% 0.57% -
HSV(B) 70º 0.31% 0.68% -
XYZ 33.58 39.11 23.23 -
YUV 164.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 164 173 119 0.05 0 0.31 0.32 70 0.25 0.57
Hex A4 AD 77 5 0 1F 20 46 19 39
Octal 244 255 167 5 0 37 40 106 31 71
Binary 10100100 10101101 1110111 101 0 11111 100000 1000110 11001 111001

Color Harmonies of #A4AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD77

Black with #A4AD77

Text Example


Text Example

White with #A4AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD77; }

 p { color: rgb(164,173,119); }

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

background-color css

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

 a { background-color: rgb(164,173,119); }

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

border-color css

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

 span { border-color: rgb(164,173,119); }

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