Html Css Color HEX #A0A693 Delta

📋 copy color: '#A0A693'

red 160 ◦ green 166 ◦ blue 147

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

Shades of Delta #A0A693

Tints of Delta #A0A693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 33.83%
G = 35.1%
B = 31.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A0A693 (or 0xA0A693) is known color: Delta. HEX triplet: A0, A6 and 93. RGB value is (160,166,147). Sum of RGB (Red+Green+Blue) = 160+166+147=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A693 is #5F596C. Grayscale: #A2A2A2. Windows color (decimal): -6248813 or 9676448. OLE color: 9676448.

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

Color convert

RGB 160 166 147 -
CMYK 0.04 0 0.11 0.35
HSL 78.95º 0.1% 0.61% -
HSV(B) 78.95º 0.11% 0.65% -
XYZ 33.4 36.85 32.96 -
YUV 162.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 160 166 147 0.04 0 0.11 0.35 78.95 0.1 0.61
Hex A0 A6 93 4 0 B 23 4F A 3D
Octal 240 246 223 4 0 13 43 117 12 75
Binary 10100000 10100110 10010011 100 0 1011 100011 1001111 1010 111101

Color Harmonies of #A0A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A693

Black with #A0A693

Text Example


Text Example

White with #A0A693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A693; }

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

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

background-color css

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

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

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

border-color css

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

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

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