Html Css Color HEX #A5AC98 Green Spring

📋 copy color: '#A5AC98'

red 165 ◦ green 172 ◦ blue 152

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

Shades of Green Spring #A5AC98

Tints of Green Spring #A5AC98

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 33.74%
G = 35.17%
B = 31.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A5AC98 (or 0xA5AC98) is known color: Green Spring. HEX triplet: A5, AC and 98. RGB value is (165,172,152). Sum of RGB (Red+Green+Blue) = 165+172+152=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC98 is #5A5367. Grayscale: #A7A7A7. Windows color (decimal): -5919592 or 10005669. OLE color: 10005669.

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

Color convert

RGB 165 172 152 -
CMYK 0.04 0 0.12 0.33
HSL 81º 0.11% 0.64% -
HSV(B) 81º 0.12% 0.67% -
XYZ 35.94 39.77 35.49 -
YUV 167.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 165 172 152 0.04 0 0.12 0.33 81 0.11 0.64
Hex A5 AC 98 4 0 C 21 51 B 40
Octal 245 254 230 4 0 14 41 121 13 100
Binary 10100101 10101100 10011000 100 0 1100 100001 1010001 1011 1000000

Color Harmonies of #A5AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC98

Black with #A5AC98

Text Example


Text Example

White with #A5AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC98; }

 p { color: rgb(165,172,152); }

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

background-color css

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

 a { background-color: rgb(165,172,152); }

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

border-color css

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

 span { border-color: rgb(165,172,152); }

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