Html Css Color HEX #A4AD7D Locust

📋 copy color: '#A4AD7D'

red 164 ◦ green 173 ◦ blue 125

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

Shades of Locust #A4AD7D

Tints of Locust #A4AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 35.5%
G = 37.45%
B = 27.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A4AD7D (or 0xA4AD7D) is known color: Locust. HEX triplet: A4, AD and 7D. RGB value is (164,173,125). Sum of RGB (Red+Green+Blue) = 164+173+125=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD7D is #5B5282. Grayscale: #A5A5A5. Windows color (decimal): -5984899 or 8236452. OLE color: 8236452.

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

Color convert

RGB 164 173 125 -
CMYK 0.05 0 0.28 0.32
HSL 71.25º 0.23% 0.58% -
HSV(B) 71.25º 0.28% 0.68% -
XYZ 33.96 39.26 25.19 -
YUV 164.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 164 173 125 0.05 0 0.28 0.32 71.25 0.23 0.58
Hex A4 AD 7D 5 0 1C 20 47 17 3A
Octal 244 255 175 5 0 34 40 107 27 72
Binary 10100100 10101101 1111101 101 0 11100 100000 1000111 10111 111010

Color Harmonies of #A4AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD7D

Black with #A4AD7D

Text Example


Text Example

White with #A4AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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