Html Css Color HEX #ABA186 Napa

📋 copy color: '#ABA186'

red 171 ◦ green 161 ◦ blue 134

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

Shades of Napa #ABA186

Tints of Napa #ABA186

RGB

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

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

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

R = 36.7%
G = 34.55%
B = 28.76%

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

#ABA186 (or 0xABA186) is known color: Napa. HEX triplet: AB, A1 and 86. RGB value is (171,161,134). Sum of RGB (Red+Green+Blue) = 171+161+134=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA186 is #545E79. Grayscale: #A1A1A1. Windows color (decimal): -5529210 or 8823211. OLE color: 8823211.

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

Color convert

RGB 171 161 134 -
CMYK 0 0.06 0.22 0.33
HSL 43.78º 0.18% 0.6% -
HSV(B) 43.78º 0.22% 0.67% -
XYZ 33.84 35.87 27.69 -
YUV 160.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 171 161 134 0 0.06 0.22 0.33 43.78 0.18 0.6
Hex AB A1 86 0 6 16 21 2C 12 3C
Octal 253 241 206 0 6 26 41 54 22 74
Binary 10101011 10100001 10000110 0 110 10110 100001 101100 10010 111100

Color Harmonies of #ABA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA186

Black with #ABA186

Text Example


Text Example

White with #ABA186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA186; }

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

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

background-color css

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

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

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

border-color css

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

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

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