Html Css Color HEX #ABA086 Napa

📋 copy color: '#ABA086'

red 171 ◦ green 160 ◦ blue 134

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

Shades of Napa #ABA086

Tints of Napa #ABA086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 36.77%
G = 34.41%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#ABA086 (or 0xABA086) is known color: Napa. HEX triplet: AB, A0 and 86. RGB value is (171,160,134). Sum of RGB (Red+Green+Blue) = 171+160+134=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA086 is #545F79. Grayscale: #A0A0A0. Windows color (decimal): -5529466 or 8822955. OLE color: 8822955.

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

Color convert

RGB 171 160 134 -
CMYK 0 0.06 0.22 0.33
HSL 42.16º 0.18% 0.6% -
HSV(B) 42.16º 0.22% 0.67% -
XYZ 33.67 35.52 27.64 -
YUV 160.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 171 160 134 0 0.06 0.22 0.33 42.16 0.18 0.6
Hex AB A0 86 0 6 16 21 2A 12 3C
Octal 253 240 206 0 6 26 41 52 22 74
Binary 10101011 10100000 10000110 0 110 10110 100001 101010 10010 111100

Color Harmonies of #ABA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA086

Black with #ABA086

Text Example


Text Example

White with #ABA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA086; }

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

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

background-color css

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

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

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

border-color css

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

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

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