Html Css Color HEX #A4AD7A Locust

📋 copy color: '#A4AD7A'

red 164 ◦ green 173 ◦ blue 122

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

Shades of Locust #A4AD7A

Tints of Locust #A4AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 35.73%
G = 37.69%
B = 26.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A4AD7A (or 0xA4AD7A) is known color: Locust. HEX triplet: A4, AD and 7A. RGB value is (164,173,122). Sum of RGB (Red+Green+Blue) = 164+173+122=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD7A is #5B5285. Grayscale: #A4A4A4. Windows color (decimal): -5984902 or 8039844. OLE color: 8039844.

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

Color convert

RGB 164 173 122 -
CMYK 0.05 0 0.29 0.32
HSL 70.59º 0.24% 0.58% -
HSV(B) 70.59º 0.29% 0.68% -
XYZ 33.77 39.18 24.2 -
YUV 164.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 164 173 122 0.05 0 0.29 0.32 70.59 0.24 0.58
Hex A4 AD 7A 5 0 1D 20 47 18 3A
Octal 244 255 172 5 0 35 40 107 30 72
Binary 10100100 10101101 1111010 101 0 11101 100000 1000111 11000 111010

Color Harmonies of #A4AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD7A

Black with #A4AD7A

Text Example


Text Example

White with #A4AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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