Html Css Color HEX #A2A37B Locust

📋 copy color: '#A2A37B'

red 162 ◦ green 163 ◦ blue 123

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

Shades of Locust #A2A37B

Tints of Locust #A2A37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 36.16%
G = 36.38%
B = 27.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2A37B (or 0xA2A37B) is known color: Locust. HEX triplet: A2, A3 and 7B. RGB value is (162,163,123). Sum of RGB (Red+Green+Blue) = 162+163+123=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A37B is #5D5C84. Grayscale: #9E9E9E. Windows color (decimal): -6118533 or 8102818. OLE color: 8102818.

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

Color convert

RGB 162 163 123 -
CMYK 0.01 0 0.25 0.36
HSL 61.5º 0.18% 0.56% -
HSV(B) 61.5º 0.25% 0.64% -
XYZ 31.57 35.31 23.89 -
YUV 158.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 162 163 123 0.01 0 0.25 0.36 61.5 0.18 0.56
Hex A2 A3 7B 1 0 19 24 3E 12 38
Octal 242 243 173 1 0 31 44 76 22 70
Binary 10100010 10100011 1111011 1 0 11001 100100 111110 10010 111000

Color Harmonies of #A2A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A37B

Black with #A2A37B

Text Example


Text Example

White with #A2A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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