Html Css Color HEX #A2B077 Locust

📋 copy color: '#A2B077'

red 162 ◦ green 176 ◦ blue 119

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

Shades of Locust #A2B077

Tints of Locust #A2B077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

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

R = 35.45%
G = 38.51%
B = 26.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#A2B077 (or 0xA2B077) is known color: Locust. HEX triplet: A2, B0 and 77. RGB value is (162,176,119). Sum of RGB (Red+Green+Blue) = 162+176+119=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B077 is #5D4F88. Grayscale: #A5A5A5. Windows color (decimal): -6115209 or 7844002. OLE color: 7844002.

HSL color Cylindrical-coordinate representation of color #A2B077: hue angle of 74.74º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B077 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 119 -
CMYK 0.08 0 0.32 0.31
HSL 74.74º 0.27% 0.58% -
HSV(B) 74.74º 0.32% 0.69% -
XYZ 33.76 40.06 23.41 -
YUV 165.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 162 176 119 0.08 0 0.32 0.31 74.74 0.27 0.58
Hex A2 B0 77 8 0 20 1F 4B 1B 3A
Octal 242 260 167 10 0 40 37 113 33 72
Binary 10100010 10110000 1110111 1000 0 100000 11111 1001011 11011 111010

Color Harmonies of #A2B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B077

Black with #A2B077

Text Example


Text Example

White with #A2B077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B077; }

 p { color: rgb(162,176,119); }

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

background-color css

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

 a { background-color: rgb(162,176,119); }

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

border-color css

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

 span { border-color: rgb(162,176,119); }

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