Html Css Color HEX #A0A696 Delta

📋 copy color: '#A0A696'

red 160 ◦ green 166 ◦ blue 150

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

Shades of Delta #A0A696

Tints of Delta #A0A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 33.61%
G = 34.87%
B = 31.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A0A696 (or 0xA0A696) is known color: Delta. HEX triplet: A0, A6 and 96. RGB value is (160,166,150). Sum of RGB (Red+Green+Blue) = 160+166+150=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A696 is #5F5969. Grayscale: #A2A2A2. Windows color (decimal): -6248810 or 9873056. OLE color: 9873056.

HSL color Cylindrical-coordinate representation of color #A0A696: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0A696 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 150 -
CMYK 0.04 0 0.10 0.35
HSL 82.5º 0.08% 0.62% -
HSV(B) 82.5º 0.1% 0.65% -
XYZ 33.64 36.95 34.21 -
YUV 162.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 160 166 150 0.04 0 0.10 0.35 82.5 0.08 0.62
Hex A0 A6 96 4 0 A 23 52 8 3E
Octal 240 246 226 4 0 12 43 122 10 76
Binary 10100000 10100110 10010110 100 0 1010 100011 1010010 1000 111110

Color Harmonies of #A0A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A696

Black with #A0A696

Text Example


Text Example

White with #A0A696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A696; }

 p { color: rgb(160,166,150); }

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

background-color css

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

 a { background-color: rgb(160,166,150); }

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

border-color css

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

 span { border-color: rgb(160,166,150); }

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