Html Css Color HEX #A0A49B Delta

📋 copy color: '#A0A49B'

red 160 ◦ green 164 ◦ blue 155

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

Shades of Delta #A0A49B

Tints of Delta #A0A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

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

R = 33.4%
G = 34.24%
B = 32.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A0A49B (or 0xA0A49B) is known color: Delta. HEX triplet: A0, A4 and 9B. RGB value is (160,164,155). Sum of RGB (Red+Green+Blue) = 160+164+155=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A49B is #5F5B64. Grayscale: #A1A1A1. Windows color (decimal): -6249317 or 10200224. OLE color: 10200224.

HSL color Cylindrical-coordinate representation of color #A0A49B: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A49B is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 155 -
CMYK 0.02 0 0.05 0.36
HSL 86.67º 0.05% 0.63% -
HSV(B) 86.67º 0.05% 0.64% -
XYZ 33.69 36.39 36.26 -
YUV 161.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 160 164 155 0.02 0 0.05 0.36 86.67 0.05 0.63
Hex A0 A4 9B 2 0 5 24 57 5 3F
Octal 240 244 233 2 0 5 44 127 5 77
Binary 10100000 10100100 10011011 10 0 101 100100 1010111 101 111111

Color Harmonies of #A0A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A49B

Black with #A0A49B

Text Example


Text Example

White with #A0A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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