Html Css Color HEX #A4AA92 Green Spring

📋 copy color: '#A4AA92'

red 164 ◦ green 170 ◦ blue 146

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

Shades of Green Spring #A4AA92

Tints of Green Spring #A4AA92

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 34.17%
G = 35.42%
B = 30.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#A4AA92 (or 0xA4AA92) is known color: Green Spring. HEX triplet: A4, AA and 92. RGB value is (164,170,146). Sum of RGB (Red+Green+Blue) = 164+170+146=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA92 is #5B556D. Grayscale: #A5A5A5. Windows color (decimal): -5985646 or 9611940. OLE color: 9611940.

HSL color Cylindrical-coordinate representation of color #A4AA92: hue angle of 75º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4AA92 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 146 -
CMYK 0.04 0 0.14 0.33
HSL 75º 0.12% 0.62% -
HSV(B) 75º 0.14% 0.67% -
XYZ 34.87 38.72 32.83 -
YUV 165.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 164 170 146 0.04 0 0.14 0.33 75 0.12 0.62
Hex A4 AA 92 4 0 E 21 4B C 3E
Octal 244 252 222 4 0 16 41 113 14 76
Binary 10100100 10101010 10010010 100 0 1110 100001 1001011 1100 111110

Color Harmonies of #A4AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA92

Black with #A4AA92

Text Example


Text Example

White with #A4AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA92; }

 p { color: rgb(164,170,146); }

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

background-color css

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

 a { background-color: rgb(164,170,146); }

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

border-color css

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

 span { border-color: rgb(164,170,146); }

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