Html Css Color HEX #A2A378 Locust

📋 copy color: '#A2A378'

red 162 ◦ green 163 ◦ blue 120

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

Shades of Locust #A2A378

Tints of Locust #A2A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 36.4%
G = 36.63%
B = 26.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A2A378 (or 0xA2A378) is known color: Locust. HEX triplet: A2, A3 and 78. RGB value is (162,163,120). Sum of RGB (Red+Green+Blue) = 162+163+120=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A378 is #5D5C87. Grayscale: #9D9D9D. Windows color (decimal): -6118536 or 7906210. OLE color: 7906210.

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

Color convert

RGB 162 163 120 -
CMYK 0.01 0 0.26 0.36
HSL 61.4º 0.19% 0.55% -
HSV(B) 61.4º 0.26% 0.64% -
XYZ 31.39 35.23 22.92 -
YUV 157.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 162 163 120 0.01 0 0.26 0.36 61.4 0.19 0.55
Hex A2 A3 78 1 0 1A 24 3D 13 37
Octal 242 243 170 1 0 32 44 75 23 67
Binary 10100010 10100011 1111000 1 0 11010 100100 111101 10011 110111

Color Harmonies of #A2A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A378

Black with #A2A378

Text Example


Text Example

White with #A2A378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A378; }

 p { color: rgb(162,163,120); }

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

background-color css

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

 a { background-color: rgb(162,163,120); }

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

border-color css

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

 span { border-color: rgb(162,163,120); }

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