Html Css Color HEX #A2A17F Locust

📋 copy color: '#A2A17F'

red 162 ◦ green 161 ◦ blue 127

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

Shades of Locust #A2A17F

Tints of Locust #A2A17F

RGB

 RED value IS 162 (63.67% from 255) = 36%

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 36%
G = 35.78%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2A17F (or 0xA2A17F) is known color: Locust. HEX triplet: A2, A1 and 7F. RGB value is (162,161,127). Sum of RGB (Red+Green+Blue) = 162+161+127=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A17F is #5D5E80. Grayscale: #9D9D9D. Windows color (decimal): -6119041 or 8364450. OLE color: 8364450.

HSL color Cylindrical-coordinate representation of color #A2A17F: hue angle of 58.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A17F is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 161 127 -
CMYK 0 0.01 0.22 0.36
HSL 58.29º 0.16% 0.57% -
HSV(B) 58.29º 0.22% 0.64% -
XYZ 31.48 34.7 25.12 -
YUV 157.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 162 161 127 0 0.01 0.22 0.36 58.29 0.16 0.57
Hex A2 A1 7F 0 1 16 24 3A 10 39
Octal 242 241 177 0 1 26 44 72 20 71
Binary 10100010 10100001 1111111 0 1 10110 100100 111010 10000 111001

Color Harmonies of #A2A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A17F

Black with #A2A17F

Text Example


Text Example

White with #A2A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A17F; }

 p { color: rgb(162,161,127); }

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

background-color css

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

 a { background-color: rgb(162,161,127); }

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

border-color css

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

 span { border-color: rgb(162,161,127); }

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