Html Css Color HEX #A2A875 Locust

📋 copy color: '#A2A875'

red 162 ◦ green 168 ◦ blue 117

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

Shades of Locust #A2A875

Tints of Locust #A2A875

RGB

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

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

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

R = 36.24%
G = 37.58%
B = 26.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A2A875 (or 0xA2A875) is known color: Locust. HEX triplet: A2, A8 and 75. RGB value is (162,168,117). Sum of RGB (Red+Green+Blue) = 162+168+117=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A875 is #5D578A. Grayscale: #A0A0A0. Windows color (decimal): -6117259 or 7710882. OLE color: 7710882.

HSL color Cylindrical-coordinate representation of color #A2A875: hue angle of 67.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A875 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 168 117 -
CMYK 0.04 0 0.30 0.34
HSL 67.06º 0.23% 0.56% -
HSV(B) 67.06º 0.3% 0.66% -
XYZ 32.11 36.97 22.27 -
YUV 160.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 162 168 117 0.04 0 0.30 0.34 67.06 0.23 0.56
Hex A2 A8 75 4 0 1E 22 43 17 38
Octal 242 250 165 4 0 36 42 103 27 70
Binary 10100010 10101000 1110101 100 0 11110 100010 1000011 10111 111000

Color Harmonies of #A2A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A875

Black with #A2A875

Text Example


Text Example

White with #A2A875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A875; }

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

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

background-color css

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

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

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

border-color css

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

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

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