Html Css Color HEX #A0B3A5 Summer Green

📋 copy color: '#A0B3A5'

red 160 ◦ green 179 ◦ blue 165

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

Shades of Summer Green #A0B3A5

Tints of Summer Green #A0B3A5

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

 GREEN value IS 179 (70.31% from 255) = 35.52%

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 31.75%
G = 35.52%
B = 32.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#A0B3A5 (or 0xA0B3A5) is known color: Summer Green. HEX triplet: A0, B3 and A5. RGB value is (160,179,165). Sum of RGB (Red+Green+Blue) = 160+179+165=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3A5 is #5F4C5A. Grayscale: #ABABAB. Windows color (decimal): -6245467 or 10859424. OLE color: 10859424.

HSL color Cylindrical-coordinate representation of color #A0B3A5: hue angle of 135.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3A5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 165 -
CMYK 0.11 0 0.08 0.30
HSL 135.79º 0.11% 0.66% -
HSV(B) 135.79º 0.11% 0.7% -
XYZ 37.41 42.43 41.82 -
YUV 171.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 160 179 165 0.11 0 0.08 0.30 135.79 0.11 0.66
Hex A0 B3 A5 B 0 8 1E 88 B 42
Octal 240 263 245 13 0 10 36 210 13 102
Binary 10100000 10110011 10100101 1011 0 1000 11110 10001000 1011 1000010

Color Harmonies of #A0B3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B3A5

Black with #A0B3A5

Text Example


Text Example

White with #A0B3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B3A5; }

 p { color: rgb(160,179,165); }

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

background-color css

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

 a { background-color: rgb(160,179,165); }

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

border-color css

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

 span { border-color: rgb(160,179,165); }

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