Html Css Color HEX #A2AF82 Locust

📋 copy color: '#A2AF82'

red 162 ◦ green 175 ◦ blue 130

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

Shades of Locust #A2AF82

Tints of Locust #A2AF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 34.69%
G = 37.47%
B = 27.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#A2AF82 (or 0xA2AF82) is known color: Locust. HEX triplet: A2, AF and 82. RGB value is (162,175,130). Sum of RGB (Red+Green+Blue) = 162+175+130=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF82 is #5D507D. Grayscale: #A6A6A6. Windows color (decimal): -6115454 or 8564642. OLE color: 8564642.

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

Color convert

RGB 162 175 130 -
CMYK 0.07 0 0.26 0.31
HSL 77.33º 0.22% 0.6% -
HSV(B) 77.33º 0.26% 0.69% -
XYZ 34.26 39.95 27.03 -
YUV 165.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 162 175 130 0.07 0 0.26 0.31 77.33 0.22 0.6
Hex A2 AF 82 7 0 1A 1F 4D 16 3C
Octal 242 257 202 7 0 32 37 115 26 74
Binary 10100010 10101111 10000010 111 0 11010 11111 1001101 10110 111100

Color Harmonies of #A2AF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF82

Black with #A2AF82

Text Example


Text Example

White with #A2AF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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