Html Css Color HEX #A1AC7E Locust

📋 copy color: '#A1AC7E'

red 161 ◦ green 172 ◦ blue 126

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

Shades of Locust #A1AC7E

Tints of Locust #A1AC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 35.08%
G = 37.47%
B = 27.45%

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

#A1AC7E (or 0xA1AC7E) is known color: Locust. HEX triplet: A1, AC and 7E. RGB value is (161,172,126). Sum of RGB (Red+Green+Blue) = 161+172+126=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC7E is #5E5381. Grayscale: #A3A3A3. Windows color (decimal): -6181762 or 8301729. OLE color: 8301729.

HSL color Cylindrical-coordinate representation of color #A1AC7E: hue angle of 74.35º 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 #A1AC7E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 126 -
CMYK 0.06 0 0.27 0.33
HSL 74.35º 0.22% 0.58% -
HSV(B) 74.35º 0.27% 0.67% -
XYZ 33.22 38.59 25.44 -
YUV 163.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 161 172 126 0.06 0 0.27 0.33 74.35 0.22 0.58
Hex A1 AC 7E 6 0 1B 21 4A 16 3A
Octal 241 254 176 6 0 33 41 112 26 72
Binary 10100001 10101100 1111110 110 0 11011 100001 1001010 10110 111010

Color Harmonies of #A1AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC7E

Black with #A1AC7E

Text Example


Text Example

White with #A1AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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