Html Css Color HEX #A09989 Nomad

📋 copy color: '#A09989'

red 160 ◦ green 153 ◦ blue 137

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

Shades of Nomad #A09989

Tints of Nomad #A09989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 35.56%
G = 34%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A09989 (or 0xA09989) is known color: Nomad. HEX triplet: A0, 99 and 89. RGB value is (160,153,137). Sum of RGB (Red+Green+Blue) = 160+153+137=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A09989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09989 is #5F6676. Grayscale: #999999. Windows color (decimal): -6252151 or 9017760. OLE color: 9017760.

HSL color Cylindrical-coordinate representation of color #A09989: hue angle of 41.74º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09989 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 137 -
CMYK 0 0.04 0.14 0.37
HSL 41.74º 0.11% 0.58% -
HSV(B) 41.74º 0.14% 0.63% -
XYZ 30.4 32.06 28.25 -
YUV 153.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 160 153 137 0 0.04 0.14 0.37 41.74 0.11 0.58
Hex A0 99 89 0 4 E 25 2A B 3A
Octal 240 231 211 0 4 16 45 52 13 72
Binary 10100000 10011001 10001001 0 100 1110 100101 101010 1011 111010

Color Harmonies of #A09989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09989

Black with #A09989

Text Example


Text Example

White with #A09989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09989; }

 p { color: rgb(160,153,137); }

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

background-color css

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

 a { background-color: rgb(160,153,137); }

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

border-color css

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

 span { border-color: rgb(160,153,137); }

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