Html Css Color HEX #ABA08B Napa

📋 copy color: '#ABA08B'

red 171 ◦ green 160 ◦ blue 139

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

Shades of Napa #ABA08B

Tints of Napa #ABA08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 36.38%
G = 34.04%
B = 29.57%

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

#ABA08B (or 0xABA08B) is known color: Napa. HEX triplet: AB, A0 and 8B. RGB value is (171,160,139). Sum of RGB (Red+Green+Blue) = 171+160+139=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08B is #545F74. Grayscale: #A0A0A0. Windows color (decimal): -5529461 or 9150635. OLE color: 9150635.

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

Color convert

RGB 171 160 139 -
CMYK 0 0.06 0.19 0.33
HSL 39.38º 0.16% 0.61% -
HSV(B) 39.38º 0.19% 0.67% -
XYZ 34.03 35.66 29.52 -
YUV 160.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 171 160 139 0 0.06 0.19 0.33 39.38 0.16 0.61
Hex AB A0 8B 0 6 13 21 27 10 3D
Octal 253 240 213 0 6 23 41 47 20 75
Binary 10101011 10100000 10001011 0 110 10011 100001 100111 10000 111101

Color Harmonies of #ABA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA08B

Black with #ABA08B

Text Example


Text Example

White with #ABA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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