Html Css Color HEX #A1AD77 Locust

📋 copy color: '#A1AD77'

red 161 ◦ green 173 ◦ blue 119

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

Shades of Locust #A1AD77

Tints of Locust #A1AD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 35.54%
G = 38.19%
B = 26.27%

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

#A1AD77 (or 0xA1AD77) is known color: Locust. HEX triplet: A1, AD and 77. RGB value is (161,173,119). Sum of RGB (Red+Green+Blue) = 161+173+119=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD77 is #5E5288. Grayscale: #A3A3A3. Windows color (decimal): -6181513 or 7843233. OLE color: 7843233.

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

Color convert

RGB 161 173 119 -
CMYK 0.07 0 0.31 0.32
HSL 73.33º 0.25% 0.57% -
HSV(B) 73.33º 0.31% 0.68% -
XYZ 32.97 38.8 23.2 -
YUV 163.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 161 173 119 0.07 0 0.31 0.32 73.33 0.25 0.57
Hex A1 AD 77 7 0 1F 20 49 19 39
Octal 241 255 167 7 0 37 40 111 31 71
Binary 10100001 10101101 1110111 111 0 11111 100000 1001001 11001 111001

Color Harmonies of #A1AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD77

Black with #A1AD77

Text Example


Text Example

White with #A1AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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