Html Css Color HEX #A1A872 Locust

📋 copy color: '#A1A872'

red 161 ◦ green 168 ◦ blue 114

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

Shades of Locust #A1A872

Tints of Locust #A1A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 36.34%
G = 37.92%
B = 25.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A1A872 (or 0xA1A872) is known color: Locust. HEX triplet: A1, A8 and 72. RGB value is (161,168,114). Sum of RGB (Red+Green+Blue) = 161+168+114=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A872 is #5E578D. Grayscale: #9F9F9F. Windows color (decimal): -6182798 or 7514273. OLE color: 7514273.

HSL color Cylindrical-coordinate representation of color #A1A872: hue angle of 67.78º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A872 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 114 -
CMYK 0.04 0 0.32 0.34
HSL 67.78º 0.24% 0.55% -
HSV(B) 67.78º 0.32% 0.66% -
XYZ 31.74 36.8 21.35 -
YUV 159.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 161 168 114 0.04 0 0.32 0.34 67.78 0.24 0.55
Hex A1 A8 72 4 0 20 22 44 18 37
Octal 241 250 162 4 0 40 42 104 30 67
Binary 10100001 10101000 1110010 100 0 100000 100010 1000100 11000 110111

Color Harmonies of #A1A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A872

Black with #A1A872

Text Example


Text Example

White with #A1A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A872; }

 p { color: rgb(161,168,114); }

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

background-color css

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

 a { background-color: rgb(161,168,114); }

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

border-color css

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

 span { border-color: rgb(161,168,114); }

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