Html Css Color HEX #ABA38D Napa

📋 copy color: '#ABA38D'

red 171 ◦ green 163 ◦ blue 141

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

Shades of Napa #ABA38D

Tints of Napa #ABA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 36%
G = 34.32%
B = 29.68%

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

#ABA38D (or 0xABA38D) is known color: Napa. HEX triplet: AB, A3 and 8D. RGB value is (171,163,141). Sum of RGB (Red+Green+Blue) = 171+163+141=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38D is #545C72. Grayscale: #A2A2A2. Windows color (decimal): -5528691 or 9282475. OLE color: 9282475.

HSL color Cylindrical-coordinate representation of color #ABA38D: hue angle of 44º degrees, saturation: 0.15, 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 #ABA38D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 141 -
CMYK 0 0.05 0.18 0.33
HSL 44º 0.15% 0.61% -
HSV(B) 44º 0.18% 0.67% -
XYZ 34.7 36.78 30.47 -
YUV 162.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 171 163 141 0 0.05 0.18 0.33 44 0.15 0.61
Hex AB A3 8D 0 5 12 21 2C F 3D
Octal 253 243 215 0 5 22 41 54 17 75
Binary 10101011 10100011 10001101 0 101 10010 100001 101100 1111 111101

Color Harmonies of #ABA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA38D

Black with #ABA38D

Text Example


Text Example

White with #ABA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA38D; }

 p { color: rgb(171,163,141); }

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

background-color css

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

 a { background-color: rgb(171,163,141); }

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

border-color css

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

 span { border-color: rgb(171,163,141); }

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