Html Css Color HEX #A0A793 Delta

📋 copy color: '#A0A793'

red 160 ◦ green 167 ◦ blue 147

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

Shades of Delta #A0A793

Tints of Delta #A0A793

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

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

R = 33.76%
G = 35.23%
B = 31.01%

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

#A0A793 (or 0xA0A793) is known color: Delta. HEX triplet: A0, A7 and 93. RGB value is (160,167,147). Sum of RGB (Red+Green+Blue) = 160+167+147=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A793 is #5F586C. Grayscale: #A2A2A2. Windows color (decimal): -6248557 or 9676704. OLE color: 9676704.

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

Color convert

RGB 160 167 147 -
CMYK 0.04 0 0.12 0.35
HSL 81º 0.1% 0.62% -
HSV(B) 81º 0.12% 0.65% -
XYZ 33.58 37.22 33.02 -
YUV 162.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 160 167 147 0.04 0 0.12 0.35 81 0.1 0.62
Hex A0 A7 93 4 0 C 23 51 A 3E
Octal 240 247 223 4 0 14 43 121 12 76
Binary 10100000 10100111 10010011 100 0 1100 100011 1010001 1010 111110

Color Harmonies of #A0A793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A793

Black with #A0A793

Text Example


Text Example

White with #A0A793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A793; }

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

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

background-color css

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

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

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

border-color css

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

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

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