Html Css Color HEX #ABA087 Napa

📋 copy color: '#ABA087'

red 171 ◦ green 160 ◦ blue 135

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

Shades of Napa #ABA087

Tints of Napa #ABA087

RGB

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

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

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

R = 36.7%
G = 34.33%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#ABA087 (or 0xABA087) is known color: Napa. HEX triplet: AB, A0 and 87. RGB value is (171,160,135). Sum of RGB (Red+Green+Blue) = 171+160+135=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA087 is #545F78. Grayscale: #A0A0A0. Windows color (decimal): -5529465 or 8888491. OLE color: 8888491.

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

Color convert

RGB 171 160 135 -
CMYK 0 0.06 0.21 0.33
HSL 41.67º 0.18% 0.6% -
HSV(B) 41.67º 0.21% 0.67% -
XYZ 33.74 35.55 28.01 -
YUV 160.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 171 160 135 0 0.06 0.21 0.33 41.67 0.18 0.6
Hex AB A0 87 0 6 15 21 2A 12 3C
Octal 253 240 207 0 6 25 41 52 22 74
Binary 10101011 10100000 10000111 0 110 10101 100001 101010 10010 111100

Color Harmonies of #ABA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA087

Black with #ABA087

Text Example


Text Example

White with #ABA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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