Html Css Color HEX #A0A790 Delta

📋 copy color: '#A0A790'

red 160 ◦ green 167 ◦ blue 144

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

Shades of Delta #A0A790

Tints of Delta #A0A790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 33.97%
G = 35.46%
B = 30.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A0A790 (or 0xA0A790) is known color: Delta. HEX triplet: A0, A7 and 90. RGB value is (160,167,144). Sum of RGB (Red+Green+Blue) = 160+167+144=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A790 is #5F586F. Grayscale: #A2A2A2. Windows color (decimal): -6248560 or 9480096. OLE color: 9480096.

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

Color convert

RGB 160 167 144 -
CMYK 0.04 0 0.14 0.35
HSL 78.26º 0.12% 0.61% -
HSV(B) 78.26º 0.14% 0.65% -
XYZ 33.35 37.12 31.79 -
YUV 162.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 160 167 144 0.04 0 0.14 0.35 78.26 0.12 0.61
Hex A0 A7 90 4 0 E 23 4E C 3D
Octal 240 247 220 4 0 16 43 116 14 75
Binary 10100000 10100111 10010000 100 0 1110 100011 1001110 1100 111101

Color Harmonies of #A0A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A790

Black with #A0A790

Text Example


Text Example

White with #A0A790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A790; }

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

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

background-color css

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

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

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

border-color css

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

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

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