Html Css Color HEX #A0A692 Delta

📋 copy color: '#A0A692'

red 160 ◦ green 166 ◦ blue 146

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

Shades of Delta #A0A692

Tints of Delta #A0A692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 33.9%
G = 35.17%
B = 30.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A0A692 (or 0xA0A692) is known color: Delta. HEX triplet: A0, A6 and 92. RGB value is (160,166,146). Sum of RGB (Red+Green+Blue) = 160+166+146=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A692 is #5F596D. Grayscale: #A2A2A2. Windows color (decimal): -6248814 or 9610912. OLE color: 9610912.

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

Color convert

RGB 160 166 146 -
CMYK 0.04 0 0.12 0.35
HSL 78º 0.1% 0.61% -
HSV(B) 78º 0.12% 0.65% -
XYZ 33.32 36.82 32.55 -
YUV 161.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 160 166 146 0.04 0 0.12 0.35 78 0.1 0.61
Hex A0 A6 92 4 0 C 23 4E A 3D
Octal 240 246 222 4 0 14 43 116 12 75
Binary 10100000 10100110 10010010 100 0 1100 100011 1001110 1010 111101

Color Harmonies of #A0A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A692

Black with #A0A692

Text Example


Text Example

White with #A0A692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A692; }

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

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

background-color css

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

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

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

border-color css

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

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

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