Html Css Color HEX #ABA18A Napa

📋 copy color: '#ABA18A'

red 171 ◦ green 161 ◦ blue 138

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

Shades of Napa #ABA18A

Tints of Napa #ABA18A

RGB

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

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

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

R = 36.38%
G = 34.26%
B = 29.36%

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

#ABA18A (or 0xABA18A) is known color: Napa. HEX triplet: AB, A1 and 8A. RGB value is (171,161,138). Sum of RGB (Red+Green+Blue) = 171+161+138=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18A is #545E75. Grayscale: #A1A1A1. Windows color (decimal): -5529206 or 9085355. OLE color: 9085355.

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

Color convert

RGB 171 161 138 -
CMYK 0 0.06 0.19 0.33
HSL 41.82º 0.16% 0.61% -
HSV(B) 41.82º 0.19% 0.67% -
XYZ 34.13 35.98 29.19 -
YUV 161.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 171 161 138 0 0.06 0.19 0.33 41.82 0.16 0.61
Hex AB A1 8A 0 6 13 21 2A 10 3D
Octal 253 241 212 0 6 23 41 52 20 75
Binary 10101011 10100001 10001010 0 110 10011 100001 101010 10000 111101

Color Harmonies of #ABA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA18A

Black with #ABA18A

Text Example


Text Example

White with #ABA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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