Html Css Color HEX #A0A699 Delta

📋 copy color: '#A0A699'

red 160 ◦ green 166 ◦ blue 153

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

Shades of Delta #A0A699

Tints of Delta #A0A699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 33.4%
G = 34.66%
B = 31.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A0A699 (or 0xA0A699) is known color: Delta. HEX triplet: A0, A6 and 99. RGB value is (160,166,153). Sum of RGB (Red+Green+Blue) = 160+166+153=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A699 is #5F5966. Grayscale: #A2A2A2. Windows color (decimal): -6248807 or 10069664. OLE color: 10069664.

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

Color convert

RGB 160 166 153 -
CMYK 0.04 0 0.08 0.35
HSL 87.69º 0.07% 0.63% -
HSV(B) 87.69º 0.08% 0.65% -
XYZ 33.88 37.05 35.5 -
YUV 162.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 160 166 153 0.04 0 0.08 0.35 87.69 0.07 0.63
Hex A0 A6 99 4 0 8 23 58 7 3F
Octal 240 246 231 4 0 10 43 130 7 77
Binary 10100000 10100110 10011001 100 0 1000 100011 1011000 111 111111

Color Harmonies of #A0A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A699

Black with #A0A699

Text Example


Text Example

White with #A0A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A699; }

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

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

background-color css

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

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

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

border-color css

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

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

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