Html Css Color HEX #ABA189 Napa

📋 copy color: '#ABA189'

red 171 ◦ green 161 ◦ blue 137

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

Shades of Napa #ABA189

Tints of Napa #ABA189

RGB

 RED value IS 171 (67.19% from 255) = 36.46%

 GREEN value IS 161 (63.28% from 255) = 34.33%

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

R = 36.46%
G = 34.33%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ABA189 (or 0xABA189) is known color: Napa. HEX triplet: AB, A1 and 89. RGB value is (171,161,137). Sum of RGB (Red+Green+Blue) = 171+161+137=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA189 is #545E76. Grayscale: #A1A1A1. Windows color (decimal): -5529207 or 9019819. OLE color: 9019819.

HSL color Cylindrical-coordinate representation of color #ABA189: hue angle of 42.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA189 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 161 137 -
CMYK 0 0.06 0.20 0.33
HSL 42.35º 0.17% 0.6% -
HSV(B) 42.35º 0.2% 0.67% -
XYZ 34.05 35.95 28.81 -
YUV 161.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 171 161 137 0 0.06 0.20 0.33 42.35 0.17 0.6
Hex AB A1 89 0 6 14 21 2A 11 3C
Octal 253 241 211 0 6 24 41 52 21 74
Binary 10101011 10100001 10001001 0 110 10100 100001 101010 10001 111100

Color Harmonies of #ABA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA189

Black with #ABA189

Text Example


Text Example

White with #ABA189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA189; }

 p { color: rgb(171,161,137); }

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

background-color css

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

 a { background-color: rgb(171,161,137); }

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

border-color css

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

 span { border-color: rgb(171,161,137); }

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