Html Css Color HEX #A8ACA0 Green Spring

📋 copy color: '#A8ACA0'

red 168 ◦ green 172 ◦ blue 160

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

Shades of Green Spring #A8ACA0

Tints of Green Spring #A8ACA0

RGB

 RED value IS 168 (66.02% from 255) = 33.6%

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 33.6%
G = 34.4%
B = 32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#A8ACA0 (or 0xA8ACA0) is known color: Green Spring. HEX triplet: A8, AC and A0. RGB value is (168,172,160). Sum of RGB (Red+Green+Blue) = 168+172+160=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA0 is #57535F. Grayscale: #A9A9A9. Windows color (decimal): -5722976 or 10529960. OLE color: 10529960.

HSL color Cylindrical-coordinate representation of color #A8ACA0: hue angle of 80º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8ACA0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 160 -
CMYK 0.02 0 0.07 0.33
HSL 80º 0.07% 0.65% -
HSV(B) 80º 0.07% 0.67% -
XYZ 37.25 40.37 39.09 -
YUV 169.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 168 172 160 0.02 0 0.07 0.33 80 0.07 0.65
Hex A8 AC A0 2 0 7 21 50 7 41
Octal 250 254 240 2 0 7 41 120 7 101
Binary 10101000 10101100 10100000 10 0 111 100001 1010000 111 1000001

Color Harmonies of #A8ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACA0

Black with #A8ACA0

Text Example


Text Example

White with #A8ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACA0; }

 p { color: rgb(168,172,160); }

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

background-color css

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

 a { background-color: rgb(168,172,160); }

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

border-color css

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

 span { border-color: rgb(168,172,160); }

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