Html Css Color HEX #A1AC7D Locust

📋 copy color: '#A1AC7D'

red 161 ◦ green 172 ◦ blue 125

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

Shades of Locust #A1AC7D

Tints of Locust #A1AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.55%

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

R = 35.15%
G = 37.55%
B = 27.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#A1AC7D (or 0xA1AC7D) is known color: Locust. HEX triplet: A1, AC and 7D. RGB value is (161,172,125). Sum of RGB (Red+Green+Blue) = 161+172+125=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC7D is #5E5382. Grayscale: #A3A3A3. Windows color (decimal): -6181763 or 8236193. OLE color: 8236193.

HSL color Cylindrical-coordinate representation of color #A1AC7D: hue angle of 74.04º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AC7D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 125 -
CMYK 0.06 0 0.27 0.33
HSL 74.04º 0.22% 0.58% -
HSV(B) 74.04º 0.27% 0.67% -
XYZ 33.15 38.56 25.1 -
YUV 163.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 161 172 125 0.06 0 0.27 0.33 74.04 0.22 0.58
Hex A1 AC 7D 6 0 1B 21 4A 16 3A
Octal 241 254 175 6 0 33 41 112 26 72
Binary 10100001 10101100 1111101 110 0 11011 100001 1001010 10110 111010

Color Harmonies of #A1AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC7D

Black with #A1AC7D

Text Example


Text Example

White with #A1AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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