Html Css Color HEX #A2A37D Locust

📋 copy color: '#A2A37D'

red 162 ◦ green 163 ◦ blue 125

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

Shades of Locust #A2A37D

Tints of Locust #A2A37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 36%
G = 36.22%
B = 27.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2A37D (or 0xA2A37D) is known color: Locust. HEX triplet: A2, A3 and 7D. RGB value is (162,163,125). Sum of RGB (Red+Green+Blue) = 162+163+125=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A37D is #5D5C82. Grayscale: #9E9E9E. Windows color (decimal): -6118531 or 8233890. OLE color: 8233890.

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

Color convert

RGB 162 163 125 -
CMYK 0.01 0 0.23 0.36
HSL 61.58º 0.17% 0.56% -
HSV(B) 61.58º 0.23% 0.64% -
XYZ 31.7 35.36 24.56 -
YUV 158.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 162 163 125 0.01 0 0.23 0.36 61.58 0.17 0.56
Hex A2 A3 7D 1 0 17 24 3E 11 38
Octal 242 243 175 1 0 27 44 76 21 70
Binary 10100010 10100011 1111101 1 0 10111 100100 111110 10001 111000

Color Harmonies of #A2A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A37D

Black with #A2A37D

Text Example


Text Example

White with #A2A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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