Html Css Color HEX #ABA290 Napa

📋 copy color: '#ABA290'

red 171 ◦ green 162 ◦ blue 144

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

Shades of Napa #ABA290

Tints of Napa #ABA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

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

R = 35.85%
G = 33.96%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ABA290 (or 0xABA290) is known color: Napa. HEX triplet: AB, A2 and 90. RGB value is (171,162,144). Sum of RGB (Red+Green+Blue) = 171+162+144=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA290 is #545D6F. Grayscale: #A2A2A2. Windows color (decimal): -5528944 or 9478827. OLE color: 9478827.

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

Color convert

RGB 171 162 144 -
CMYK 0 0.05 0.16 0.33
HSL 40º 0.14% 0.62% -
HSV(B) 40º 0.16% 0.67% -
XYZ 34.75 36.51 31.6 -
YUV 162.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 171 162 144 0 0.05 0.16 0.33 40 0.14 0.62
Hex AB A2 90 0 5 10 21 28 E 3E
Octal 253 242 220 0 5 20 41 50 16 76
Binary 10101011 10100010 10010000 0 101 10000 100001 101000 1110 111110

Color Harmonies of #ABA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA290

Black with #ABA290

Text Example


Text Example

White with #ABA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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