Html Css Color HEX #A5AB92 Green Spring

📋 copy color: '#A5AB92'

red 165 ◦ green 171 ◦ blue 146

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

Shades of Green Spring #A5AB92

Tints of Green Spring #A5AB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 34.23%
G = 35.48%
B = 30.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#A5AB92 (or 0xA5AB92) is known color: Green Spring. HEX triplet: A5, AB and 92. RGB value is (165,171,146). Sum of RGB (Red+Green+Blue) = 165+171+146=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB92 is #5A546D. Grayscale: #A6A6A6. Windows color (decimal): -5919854 or 9612197. OLE color: 9612197.

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

Color convert

RGB 165 171 146 -
CMYK 0.04 0 0.15 0.33
HSL 74.4º 0.13% 0.62% -
HSV(B) 74.4º 0.15% 0.67% -
XYZ 35.27 39.2 32.9 -
YUV 166.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 165 171 146 0.04 0 0.15 0.33 74.4 0.13 0.62
Hex A5 AB 92 4 0 F 21 4A D 3E
Octal 245 253 222 4 0 17 41 112 15 76
Binary 10100101 10101011 10010010 100 0 1111 100001 1001010 1101 111110

Color Harmonies of #A5AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB92

Black with #A5AB92

Text Example


Text Example

White with #A5AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB92; }

 p { color: rgb(165,171,146); }

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

background-color css

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

 a { background-color: rgb(165,171,146); }

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

border-color css

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

 span { border-color: rgb(165,171,146); }

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