Html Css Color HEX #A0A594 Delta

📋 copy color: '#A0A594'

red 160 ◦ green 165 ◦ blue 148

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

Shades of Delta #A0A594

Tints of Delta #A0A594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 33.83%
G = 34.88%
B = 31.29%

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

#A0A594 (or 0xA0A594) is known color: Delta. HEX triplet: A0, A5 and 94. RGB value is (160,165,148). Sum of RGB (Red+Green+Blue) = 160+165+148=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A594 is #5F5A6B. Grayscale: #A1A1A1. Windows color (decimal): -6249068 or 9741728. OLE color: 9741728.

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

Color convert

RGB 160 165 148 -
CMYK 0.03 0 0.10 0.35
HSL 77.65º 0.09% 0.61% -
HSV(B) 77.65º 0.1% 0.65% -
XYZ 33.3 36.52 33.31 -
YUV 161.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 160 165 148 0.03 0 0.10 0.35 77.65 0.09 0.61
Hex A0 A5 94 3 0 A 23 4E 9 3D
Octal 240 245 224 3 0 12 43 116 11 75
Binary 10100000 10100101 10010100 11 0 1010 100011 1001110 1001 111101

Color Harmonies of #A0A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A594

Black with #A0A594

Text Example


Text Example

White with #A0A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A594; }

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

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

background-color css

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

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

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

border-color css

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

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

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