Html Css Color HEX #A4AE8E Green Spring

📋 copy color: '#A4AE8E'

red 164 ◦ green 174 ◦ blue 142

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

Shades of Green Spring #A4AE8E

Tints of Green Spring #A4AE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 34.17%
G = 36.25%
B = 29.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A4AE8E (or 0xA4AE8E) is known color: Green Spring. HEX triplet: A4, AE and 8E. RGB value is (164,174,142). Sum of RGB (Red+Green+Blue) = 164+174+142=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE8E is #5B5171. Grayscale: #A7A7A7. Windows color (decimal): -5984626 or 9350820. OLE color: 9350820.

HSL color Cylindrical-coordinate representation of color #A4AE8E: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4AE8E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 174 142 -
CMYK 0.06 0 0.18 0.32
HSL 78.75º 0.16% 0.62% -
HSV(B) 78.75º 0.18% 0.68% -
XYZ 35.33 40.12 31.47 -
YUV 167.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 164 174 142 0.06 0 0.18 0.32 78.75 0.16 0.62
Hex A4 AE 8E 6 0 12 20 4F 10 3E
Octal 244 256 216 6 0 22 40 117 20 76
Binary 10100100 10101110 10001110 110 0 10010 100000 1001111 10000 111110

Color Harmonies of #A4AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE8E

Black with #A4AE8E

Text Example


Text Example

White with #A4AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE8E; }

 p { color: rgb(164,174,142); }

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

background-color css

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

 a { background-color: rgb(164,174,142); }

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

border-color css

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

 span { border-color: rgb(164,174,142); }

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