Html Css Color HEX #ABA08A Napa

📋 copy color: '#ABA08A'

red 171 ◦ green 160 ◦ blue 138

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

Shades of Napa #ABA08A

Tints of Napa #ABA08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 36.46%
G = 34.12%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABA08A (or 0xABA08A) is known color: Napa. HEX triplet: AB, A0 and 8A. RGB value is (171,160,138). Sum of RGB (Red+Green+Blue) = 171+160+138=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08A is #545F75. Grayscale: #A0A0A0. Windows color (decimal): -5529462 or 9085099. OLE color: 9085099.

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

Color convert

RGB 171 160 138 -
CMYK 0 0.06 0.19 0.33
HSL 40º 0.16% 0.61% -
HSV(B) 40º 0.19% 0.67% -
XYZ 33.95 35.63 29.13 -
YUV 160.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 171 160 138 0 0.06 0.19 0.33 40 0.16 0.61
Hex AB A0 8A 0 6 13 21 28 10 3D
Octal 253 240 212 0 6 23 41 50 20 75
Binary 10101011 10100000 10001010 0 110 10011 100001 101000 10000 111101

Color Harmonies of #ABA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA08A

Black with #ABA08A

Text Example


Text Example

White with #ABA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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