Html Css Color HEX #A1AD7D Locust

📋 copy color: '#A1AD7D'

red 161 ◦ green 173 ◦ blue 125

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

Shades of Locust #A1AD7D

Tints of Locust #A1AD7D

RGB

 RED value IS 161 (63.28% from 255) = 35.08%

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

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

R = 35.08%
G = 37.69%
B = 27.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#A1AD7D (or 0xA1AD7D) is known color: Locust. HEX triplet: A1, AD and 7D. RGB value is (161,173,125). Sum of RGB (Red+Green+Blue) = 161+173+125=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD7D is #5E5282. Grayscale: #A4A4A4. Windows color (decimal): -6181507 or 8236449. OLE color: 8236449.

HSL color Cylindrical-coordinate representation of color #A1AD7D: hue angle of 75º 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 #A1AD7D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 125 -
CMYK 0.07 0 0.28 0.32
HSL 75º 0.23% 0.58% -
HSV(B) 75º 0.28% 0.68% -
XYZ 33.34 38.94 25.16 -
YUV 163.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 161 173 125 0.07 0 0.28 0.32 75 0.23 0.58
Hex A1 AD 7D 7 0 1C 20 4B 17 3A
Octal 241 255 175 7 0 34 40 113 27 72
Binary 10100001 10101101 1111101 111 0 11100 100000 1001011 10111 111010

Color Harmonies of #A1AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD7D

Black with #A1AD7D

Text Example


Text Example

White with #A1AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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