Html Css Color HEX #A0A792 Delta

📋 copy color: '#A0A792'

red 160 ◦ green 167 ◦ blue 146

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

Shades of Delta #A0A792

Tints of Delta #A0A792

RGB

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

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

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

R = 33.83%
G = 35.31%
B = 30.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A0A792 (or 0xA0A792) is known color: Delta. HEX triplet: A0, A7 and 92. RGB value is (160,167,146). Sum of RGB (Red+Green+Blue) = 160+167+146=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A792 is #5F586D. Grayscale: #A2A2A2. Windows color (decimal): -6248558 or 9611168. OLE color: 9611168.

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

Color convert

RGB 160 167 146 -
CMYK 0.04 0 0.13 0.35
HSL 80º 0.11% 0.61% -
HSV(B) 80º 0.13% 0.65% -
XYZ 33.5 37.19 32.61 -
YUV 162.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 160 167 146 0.04 0 0.13 0.35 80 0.11 0.61
Hex A0 A7 92 4 0 D 23 50 B 3D
Octal 240 247 222 4 0 15 43 120 13 75
Binary 10100000 10100111 10010010 100 0 1101 100011 1010000 1011 111101

Color Harmonies of #A0A792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A792

Black with #A0A792

Text Example


Text Example

White with #A0A792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A792; }

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

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

background-color css

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

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

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

border-color css

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

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

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