Html Css Color HEX #A0A595 Delta

📋 copy color: '#A0A595'

red 160 ◦ green 165 ◦ blue 149

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

Shades of Delta #A0A595

Tints of Delta #A0A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 33.76%
G = 34.81%
B = 31.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A0A595 (or 0xA0A595) is known color: Delta. HEX triplet: A0, A5 and 95. RGB value is (160,165,149). Sum of RGB (Red+Green+Blue) = 160+165+149=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A595 is #5F5A6A. Grayscale: #A1A1A1. Windows color (decimal): -6249067 or 9807264. OLE color: 9807264.

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

Color convert

RGB 160 165 149 -
CMYK 0.03 0 0.10 0.35
HSL 78.75º 0.08% 0.62% -
HSV(B) 78.75º 0.1% 0.65% -
XYZ 33.38 36.55 33.73 -
YUV 161.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 160 165 149 0.03 0 0.10 0.35 78.75 0.08 0.62
Hex A0 A5 95 3 0 A 23 4F 8 3E
Octal 240 245 225 3 0 12 43 117 10 76
Binary 10100000 10100101 10010101 11 0 1010 100011 1001111 1000 111110

Color Harmonies of #A0A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A595

Black with #A0A595

Text Example


Text Example

White with #A0A595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A595; }

 p { color: rgb(160,165,149); }

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

background-color css

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

 a { background-color: rgb(160,165,149); }

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

border-color css

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

 span { border-color: rgb(160,165,149); }

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