Html Css Color HEX #A1AC78 Locust

📋 copy color: '#A1AC78'

red 161 ◦ green 172 ◦ blue 120

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

Shades of Locust #A1AC78

Tints of Locust #A1AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 35.54%
G = 37.97%
B = 26.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A1AC78 (or 0xA1AC78) is known color: Locust. HEX triplet: A1, AC and 78. RGB value is (161,172,120). Sum of RGB (Red+Green+Blue) = 161+172+120=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC78 is #5E5387. Grayscale: #A2A2A2. Windows color (decimal): -6181768 or 7908513. OLE color: 7908513.

HSL color Cylindrical-coordinate representation of color #A1AC78: hue angle of 72.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AC78 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 120 -
CMYK 0.06 0 0.30 0.33
HSL 72.69º 0.24% 0.57% -
HSV(B) 72.69º 0.3% 0.67% -
XYZ 32.84 38.44 23.46 -
YUV 162.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 161 172 120 0.06 0 0.30 0.33 72.69 0.24 0.57
Hex A1 AC 78 6 0 1E 21 49 18 39
Octal 241 254 170 6 0 36 41 111 30 71
Binary 10100001 10101100 1111000 110 0 11110 100001 1001001 11000 111001

Color Harmonies of #A1AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC78

Black with #A1AC78

Text Example


Text Example

White with #A1AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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