Html Css Color HEX #ABA187 Napa

📋 copy color: '#ABA187'

red 171 ◦ green 161 ◦ blue 135

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

Shades of Napa #ABA187

Tints of Napa #ABA187

RGB

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

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

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

R = 36.62%
G = 34.48%
B = 28.91%

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

#ABA187 (or 0xABA187) is known color: Napa. HEX triplet: AB, A1 and 87. RGB value is (171,161,135). Sum of RGB (Red+Green+Blue) = 171+161+135=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA187 is #545E78. Grayscale: #A1A1A1. Windows color (decimal): -5529209 or 8888747. OLE color: 8888747.

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

Color convert

RGB 171 161 135 -
CMYK 0 0.06 0.21 0.33
HSL 43.33º 0.18% 0.6% -
HSV(B) 43.33º 0.21% 0.67% -
XYZ 33.91 35.9 28.06 -
YUV 161.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 171 161 135 0 0.06 0.21 0.33 43.33 0.18 0.6
Hex AB A1 87 0 6 15 21 2B 12 3C
Octal 253 241 207 0 6 25 41 53 22 74
Binary 10101011 10100001 10000111 0 110 10101 100001 101011 10010 111100

Color Harmonies of #ABA187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA187

Black with #ABA187

Text Example


Text Example

White with #ABA187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA187; }

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

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

background-color css

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

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

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

border-color css

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

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

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