Html Css Color HEX #A8ABA7 Spring Rain

📋 copy color: '#A8ABA7'

red 168 ◦ green 171 ◦ blue 167

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

Shades of Spring Rain #A8ABA7

Tints of Spring Rain #A8ABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33%

R = 33.2%
G = 33.79%
B = 33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#A8ABA7 (or 0xA8ABA7) is known color: Spring Rain. HEX triplet: A8, AB and A7. RGB value is (168,171,167). Sum of RGB (Red+Green+Blue) = 168+171+167=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA7 is #575458. Grayscale: #A9A9A9. Windows color (decimal): -5723225 or 10988456. OLE color: 10988456.

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

Color convert

RGB 168 171 167 -
CMYK 0.02 0 0.02 0.33
HSL 105º 0.02% 0.66% -
HSV(B) 105º 0.02% 0.67% -
XYZ 37.69 40.24 42.34 -
YUV 169.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 168 171 167 0.02 0 0.02 0.33 105 0.02 0.66
Hex A8 AB A7 2 0 2 21 69 2 42
Octal 250 253 247 2 0 2 41 151 2 102
Binary 10101000 10101011 10100111 10 0 10 100001 1101001 10 1000010

Color Harmonies of #A8ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABA7

Black with #A8ABA7

Text Example


Text Example

White with #A8ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABA7; }

 p { color: rgb(168,171,167); }

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

background-color css

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

 a { background-color: rgb(168,171,167); }

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

border-color css

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

 span { border-color: rgb(168,171,167); }

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