Html Css Color HEX #A0A495 Delta

📋 copy color: '#A0A495'

red 160 ◦ green 164 ◦ blue 149

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

Shades of Delta #A0A495

Tints of Delta #A0A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 33.83%
G = 34.67%
B = 31.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A0A495 (or 0xA0A495) is known color: Delta. HEX triplet: A0, A4 and 95. RGB value is (160,164,149). Sum of RGB (Red+Green+Blue) = 160+164+149=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A495 is #5F5B6A. Grayscale: #A1A1A1. Windows color (decimal): -6249323 or 9807008. OLE color: 9807008.

HSL color Cylindrical-coordinate representation of color #A0A495: hue angle of 76º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0A495 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 149 -
CMYK 0.02 0 0.09 0.36
HSL 76º 0.08% 0.61% -
HSV(B) 76º 0.09% 0.64% -
XYZ 33.2 36.19 33.67 -
YUV 161.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 160 164 149 0.02 0 0.09 0.36 76 0.08 0.61
Hex A0 A4 95 2 0 9 24 4C 8 3D
Octal 240 244 225 2 0 11 44 114 10 75
Binary 10100000 10100100 10010101 10 0 1001 100100 1001100 1000 111101

Color Harmonies of #A0A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A495

Black with #A0A495

Text Example


Text Example

White with #A0A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A495; }

 p { color: rgb(160,164,149); }

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

background-color css

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

 a { background-color: rgb(160,164,149); }

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

border-color css

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

 span { border-color: rgb(160,164,149); }

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