Html Css Color HEX #A19987 Nomad

📋 copy color: '#A19987'

red 161 ◦ green 153 ◦ blue 135

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

Shades of Nomad #A19987

Tints of Nomad #A19987

RGB

 RED value IS 161 (63.28% from 255) = 35.86%

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 35.86%
G = 34.08%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A19987 (or 0xA19987) is known color: Nomad. HEX triplet: A1, 99 and 87. RGB value is (161,153,135). Sum of RGB (Red+Green+Blue) = 161+153+135=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A19987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19987 is #5E6678. Grayscale: #999999. Windows color (decimal): -6186617 or 8886689. OLE color: 8886689.

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

Color convert

RGB 161 153 135 -
CMYK 0 0.05 0.16 0.37
HSL 41.54º 0.12% 0.58% -
HSV(B) 41.54º 0.16% 0.63% -
XYZ 30.46 32.11 27.51 -
YUV 153.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 161 153 135 0 0.05 0.16 0.37 41.54 0.12 0.58
Hex A1 99 87 0 5 10 25 2A C 3A
Octal 241 231 207 0 5 20 45 52 14 72
Binary 10100001 10011001 10000111 0 101 10000 100101 101010 1100 111010

Color Harmonies of #A19987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19987

Black with #A19987

Text Example


Text Example

White with #A19987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19987; }

 p { color: rgb(161,153,135); }

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

background-color css

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

 a { background-color: rgb(161,153,135); }

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

border-color css

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

 span { border-color: rgb(161,153,135); }

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