Html Css Color HEX #ACA18B Napa

📋 copy color: '#ACA18B'

red 172 ◦ green 161 ◦ blue 139

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

Shades of Napa #ACA18B

Tints of Napa #ACA18B

RGB

 RED value IS 172 (67.58% from 255) = 36.44%

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

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

R = 36.44%
G = 34.11%
B = 29.45%

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

#ACA18B (or 0xACA18B) is known color: Napa. HEX triplet: AC, A1 and 8B. RGB value is (172,161,139). Sum of RGB (Red+Green+Blue) = 172+161+139=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18B is #535E74. Grayscale: #A1A1A1. Windows color (decimal): -5463669 or 9150892. OLE color: 9150892.

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

Color convert

RGB 172 161 139 -
CMYK 0 0.06 0.19 0.33
HSL 40º 0.17% 0.61% -
HSV(B) 40º 0.19% 0.67% -
XYZ 34.42 36.12 29.58 -
YUV 161.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 172 161 139 0 0.06 0.19 0.33 40 0.17 0.61
Hex AC A1 8B 0 6 13 21 28 11 3D
Octal 254 241 213 0 6 23 41 50 21 75
Binary 10101100 10100001 10001011 0 110 10011 100001 101000 10001 111101

Color Harmonies of #ACA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA18B

Black with #ACA18B

Text Example


Text Example

White with #ACA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA18B; }

 p { color: rgb(172,161,139); }

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

background-color css

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

 a { background-color: rgb(172,161,139); }

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

border-color css

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

 span { border-color: rgb(172,161,139); }

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