Html Css Color HEX #ABA090 Napa

📋 copy color: '#ABA090'

red 171 ◦ green 160 ◦ blue 144

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

Shades of Napa #ABA090

Tints of Napa #ABA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.68%

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

R = 36%
G = 33.68%
B = 30.32%

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

#ABA090 (or 0xABA090) is known color: Napa. HEX triplet: AB, A0 and 90. RGB value is (171,160,144). Sum of RGB (Red+Green+Blue) = 171+160+144=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA090 is #545F6F. Grayscale: #A1A1A1. Windows color (decimal): -5529456 or 9478315. OLE color: 9478315.

HSL color Cylindrical-coordinate representation of color #ABA090: hue angle of 35.56º 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 #ABA090 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 144 -
CMYK 0 0.06 0.16 0.33
HSL 35.56º 0.14% 0.62% -
HSV(B) 35.56º 0.16% 0.67% -
XYZ 34.4 35.81 31.49 -
YUV 161.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 171 160 144 0 0.06 0.16 0.33 35.56 0.14 0.62
Hex AB A0 90 0 6 10 21 24 E 3E
Octal 253 240 220 0 6 20 41 44 16 76
Binary 10101011 10100000 10010000 0 110 10000 100001 100100 1110 111110

Color Harmonies of #ABA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA090

Black with #ABA090

Text Example


Text Example

White with #ABA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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