Html Css Color HEX #A2AF7D Locust

📋 copy color: '#A2AF7D'

red 162 ◦ green 175 ◦ blue 125

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

Shades of Locust #A2AF7D

Tints of Locust #A2AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.88%

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

R = 35.06%
G = 37.88%
B = 27.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A2AF7D (or 0xA2AF7D) is known color: Locust. HEX triplet: A2, AF and 7D. RGB value is (162,175,125). Sum of RGB (Red+Green+Blue) = 162+175+125=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF7D is #5D5082. Grayscale: #A5A5A5. Windows color (decimal): -6115459 or 8236962. OLE color: 8236962.

HSL color Cylindrical-coordinate representation of color #A2AF7D: hue angle of 75.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2AF7D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 125 -
CMYK 0.07 0 0.29 0.31
HSL 75.6º 0.24% 0.59% -
HSV(B) 75.6º 0.29% 0.69% -
XYZ 33.93 39.82 25.3 -
YUV 165.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 162 175 125 0.07 0 0.29 0.31 75.6 0.24 0.59
Hex A2 AF 7D 7 0 1D 1F 4C 18 3B
Octal 242 257 175 7 0 35 37 114 30 73
Binary 10100010 10101111 1111101 111 0 11101 11111 1001100 11000 111011

Color Harmonies of #A2AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF7D

Black with #A2AF7D

Text Example


Text Example

White with #A2AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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