Html Css Color HEX #A2AF76 Locust

📋 copy color: '#A2AF76'

red 162 ◦ green 175 ◦ blue 118

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

Shades of Locust #A2AF76

Tints of Locust #A2AF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 35.6%
G = 38.46%
B = 25.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#A2AF76 (or 0xA2AF76) is known color: Locust. HEX triplet: A2, AF and 76. RGB value is (162,175,118). Sum of RGB (Red+Green+Blue) = 162+175+118=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF76 is #5D5089. Grayscale: #A4A4A4. Windows color (decimal): -6115466 or 7778210. OLE color: 7778210.

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

Color convert

RGB 162 175 118 -
CMYK 0.07 0 0.33 0.31
HSL 73.68º 0.26% 0.57% -
HSV(B) 73.68º 0.33% 0.69% -
XYZ 33.5 39.65 23.03 -
YUV 164.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 162 175 118 0.07 0 0.33 0.31 73.68 0.26 0.57
Hex A2 AF 76 7 0 21 1F 4A 1A 39
Octal 242 257 166 7 0 41 37 112 32 71
Binary 10100010 10101111 1110110 111 0 100001 11111 1001010 11010 111001

Color Harmonies of #A2AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF76

Black with #A2AF76

Text Example


Text Example

White with #A2AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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