Html Css Color HEX #ABA190 Napa

📋 copy color: '#ABA190'

red 171 ◦ green 161 ◦ blue 144

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

Shades of Napa #ABA190

Tints of Napa #ABA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 35.92%
G = 33.82%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ABA190 (or 0xABA190) is known color: Napa. HEX triplet: AB, A1 and 90. RGB value is (171,161,144). Sum of RGB (Red+Green+Blue) = 171+161+144=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA190 is #545E6F. Grayscale: #A2A2A2. Windows color (decimal): -5529200 or 9478571. OLE color: 9478571.

HSL color Cylindrical-coordinate representation of color #ABA190: hue angle of 37.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA190 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 161 144 -
CMYK 0 0.06 0.16 0.33
HSL 37.78º 0.14% 0.62% -
HSV(B) 37.78º 0.16% 0.67% -
XYZ 34.57 36.16 31.54 -
YUV 162.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 171 161 144 0 0.06 0.16 0.33 37.78 0.14 0.62
Hex AB A1 90 0 6 10 21 26 E 3E
Octal 253 241 220 0 6 20 41 46 16 76
Binary 10101011 10100001 10010000 0 110 10000 100001 100110 1110 111110

Color Harmonies of #ABA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA190

Black with #ABA190

Text Example


Text Example

White with #ABA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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