Html Css Color HEX #ABA188 Napa

📋 copy color: '#ABA188'

red 171 ◦ green 161 ◦ blue 136

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

Shades of Napa #ABA188

Tints of Napa #ABA188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 36.54%
G = 34.4%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ABA188 (or 0xABA188) is known color: Napa. HEX triplet: AB, A1 and 88. RGB value is (171,161,136). Sum of RGB (Red+Green+Blue) = 171+161+136=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA188 is #545E77. Grayscale: #A1A1A1. Windows color (decimal): -5529208 or 8954283. OLE color: 8954283.

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

Color convert

RGB 171 161 136 -
CMYK 0 0.06 0.20 0.33
HSL 42.86º 0.17% 0.6% -
HSV(B) 42.86º 0.2% 0.67% -
XYZ 33.98 35.93 28.44 -
YUV 161.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 171 161 136 0 0.06 0.20 0.33 42.86 0.17 0.6
Hex AB A1 88 0 6 14 21 2B 11 3C
Octal 253 241 210 0 6 24 41 53 21 74
Binary 10101011 10100001 10001000 0 110 10100 100001 101011 10001 111100

Color Harmonies of #ABA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA188

Black with #ABA188

Text Example


Text Example

White with #ABA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA188; }

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

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

background-color css

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

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

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

border-color css

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

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

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