Html Css Color HEX #ABA28C Napa

📋 copy color: '#ABA28C'

red 171 ◦ green 162 ◦ blue 140

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

Shades of Napa #ABA28C

Tints of Napa #ABA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 36.15%
G = 34.25%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ABA28C (or 0xABA28C) is known color: Napa. HEX triplet: AB, A2 and 8C. RGB value is (171,162,140). Sum of RGB (Red+Green+Blue) = 171+162+140=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28C is #545D73. Grayscale: #A2A2A2. Windows color (decimal): -5528948 or 9216683. OLE color: 9216683.

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

Color convert

RGB 171 162 140 -
CMYK 0 0.05 0.18 0.33
HSL 42.58º 0.16% 0.61% -
HSV(B) 42.58º 0.18% 0.67% -
XYZ 34.45 36.39 30.02 -
YUV 162.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 171 162 140 0 0.05 0.18 0.33 42.58 0.16 0.61
Hex AB A2 8C 0 5 12 21 2B 10 3D
Octal 253 242 214 0 5 22 41 53 20 75
Binary 10101011 10100010 10001100 0 101 10010 100001 101011 10000 111101

Color Harmonies of #ABA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA28C

Black with #ABA28C

Text Example


Text Example

White with #ABA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA28C; }

 p { color: rgb(171,162,140); }

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

background-color css

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

 a { background-color: rgb(171,162,140); }

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

border-color css

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

 span { border-color: rgb(171,162,140); }

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