Html Css Color HEX #A0A59B Delta

📋 copy color: '#A0A59B'

red 160 ◦ green 165 ◦ blue 155

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

Shades of Delta #A0A59B

Tints of Delta #A0A59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 33.33%
G = 34.38%
B = 32.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A0A59B (or 0xA0A59B) is known color: Delta. HEX triplet: A0, A5 and 9B. RGB value is (160,165,155). Sum of RGB (Red+Green+Blue) = 160+165+155=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A59B is #5F5A64. Grayscale: #A2A2A2. Windows color (decimal): -6249061 or 10200480. OLE color: 10200480.

HSL color Cylindrical-coordinate representation of color #A0A59B: hue angle of 90º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0A59B is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 155 -
CMYK 0.03 0 0.06 0.35
HSL 90º 0.05% 0.63% -
HSV(B) 90º 0.06% 0.65% -
XYZ 33.87 36.75 36.32 -
YUV 162.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 160 165 155 0.03 0 0.06 0.35 90 0.05 0.63
Hex A0 A5 9B 3 0 6 23 5A 5 3F
Octal 240 245 233 3 0 6 43 132 5 77
Binary 10100000 10100101 10011011 11 0 110 100011 1011010 101 111111

Color Harmonies of #A0A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A59B

Black with #A0A59B

Text Example


Text Example

White with #A0A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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