Html Css Color HEX #ABA088 Napa

📋 copy color: '#ABA088'

red 171 ◦ green 160 ◦ blue 136

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

Shades of Napa #ABA088

Tints of Napa #ABA088

RGB

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

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

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

R = 36.62%
G = 34.26%
B = 29.12%

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

#ABA088 (or 0xABA088) is known color: Napa. HEX triplet: AB, A0 and 88. RGB value is (171,160,136). Sum of RGB (Red+Green+Blue) = 171+160+136=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA088 is #545F77. Grayscale: #A0A0A0. Windows color (decimal): -5529464 or 8954027. OLE color: 8954027.

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

Color convert

RGB 171 160 136 -
CMYK 0 0.06 0.20 0.33
HSL 41.14º 0.17% 0.6% -
HSV(B) 41.14º 0.2% 0.67% -
XYZ 33.81 35.58 28.38 -
YUV 160.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 171 160 136 0 0.06 0.20 0.33 41.14 0.17 0.6
Hex AB A0 88 0 6 14 21 29 11 3C
Octal 253 240 210 0 6 24 41 51 21 74
Binary 10101011 10100000 10001000 0 110 10100 100001 101001 10001 111100

Color Harmonies of #ABA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA088

Black with #ABA088

Text Example


Text Example

White with #ABA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA088; }

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

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

background-color css

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

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

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

border-color css

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

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

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