Html Css Color HEX #A5AC9B Green Spring

📋 copy color: '#A5AC9B'

red 165 ◦ green 172 ◦ blue 155

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

Shades of Green Spring #A5AC9B

Tints of Green Spring #A5AC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 33.54%
G = 34.96%
B = 31.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#A5AC9B (or 0xA5AC9B) is known color: Green Spring. HEX triplet: A5, AC and 9B. RGB value is (165,172,155). Sum of RGB (Red+Green+Blue) = 165+172+155=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC9B is #5A5364. Grayscale: #A8A8A8. Windows color (decimal): -5919589 or 10202277. OLE color: 10202277.

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

Color convert

RGB 165 172 155 -
CMYK 0.04 0 0.10 0.33
HSL 84.71º 0.09% 0.64% -
HSV(B) 84.71º 0.1% 0.67% -
XYZ 36.19 39.87 36.8 -
YUV 167.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 165 172 155 0.04 0 0.10 0.33 84.71 0.09 0.64
Hex A5 AC 9B 4 0 A 21 55 9 40
Octal 245 254 233 4 0 12 41 125 11 100
Binary 10100101 10101100 10011011 100 0 1010 100001 1010101 1001 1000000

Color Harmonies of #A5AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC9B

Black with #A5AC9B

Text Example


Text Example

White with #A5AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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