Html Css Color HEX #A2A775 Locust

📋 copy color: '#A2A775'

red 162 ◦ green 167 ◦ blue 117

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

Shades of Locust #A2A775

Tints of Locust #A2A775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 36.32%
G = 37.44%
B = 26.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A2A775 (or 0xA2A775) is known color: Locust. HEX triplet: A2, A7 and 75. RGB value is (162,167,117). Sum of RGB (Red+Green+Blue) = 162+167+117=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A775 is #5D588A. Grayscale: #A0A0A0. Windows color (decimal): -6117515 or 7710626. OLE color: 7710626.

HSL color Cylindrical-coordinate representation of color #A2A775: hue angle of 66º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A775 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 167 117 -
CMYK 0.03 0 0.30 0.35
HSL 66º 0.22% 0.56% -
HSV(B) 66º 0.3% 0.65% -
XYZ 31.93 36.6 22.21 -
YUV 159.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 162 167 117 0.03 0 0.30 0.35 66 0.22 0.56
Hex A2 A7 75 3 0 1E 23 42 16 38
Octal 242 247 165 3 0 36 43 102 26 70
Binary 10100010 10100111 1110101 11 0 11110 100011 1000010 10110 111000

Color Harmonies of #A2A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A775

Black with #A2A775

Text Example


Text Example

White with #A2A775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A775; }

 p { color: rgb(162,167,117); }

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

background-color css

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

 a { background-color: rgb(162,167,117); }

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

border-color css

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

 span { border-color: rgb(162,167,117); }

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