Html Css Color HEX #A1AD78 Locust

📋 copy color: '#A1AD78'

red 161 ◦ green 173 ◦ blue 120

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

Shades of Locust #A1AD78

Tints of Locust #A1AD78

RGB

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

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

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

R = 35.46%
G = 38.11%
B = 26.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#A1AD78 (or 0xA1AD78) is known color: Locust. HEX triplet: A1, AD and 78. RGB value is (161,173,120). Sum of RGB (Red+Green+Blue) = 161+173+120=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD78 is #5E5287. Grayscale: #A3A3A3. Windows color (decimal): -6181512 or 7908769. OLE color: 7908769.

HSL color Cylindrical-coordinate representation of color #A1AD78: hue angle of 73.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AD78 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 120 -
CMYK 0.07 0 0.31 0.32
HSL 73.58º 0.24% 0.57% -
HSV(B) 73.58º 0.31% 0.68% -
XYZ 33.03 38.82 23.52 -
YUV 163.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 161 173 120 0.07 0 0.31 0.32 73.58 0.24 0.57
Hex A1 AD 78 7 0 1F 20 4A 18 39
Octal 241 255 170 7 0 37 40 112 30 71
Binary 10100001 10101101 1111000 111 0 11111 100000 1001010 11000 111001

Color Harmonies of #A1AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD78

Black with #A1AD78

Text Example


Text Example

White with #A1AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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