Html Css Color HEX #ACA28D Napa

📋 copy color: '#ACA28D'

red 172 ◦ green 162 ◦ blue 141

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

Shades of Napa #ACA28D

Tints of Napa #ACA28D

RGB

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

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

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

R = 36.21%
G = 34.11%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ACA28D (or 0xACA28D) is known color: Napa. HEX triplet: AC, A2 and 8D. RGB value is (172,162,141). Sum of RGB (Red+Green+Blue) = 172+162+141=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28D is #535D72. Grayscale: #A2A2A2. Windows color (decimal): -5463411 or 9282220. OLE color: 9282220.

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

Color convert

RGB 172 162 141 -
CMYK 0 0.06 0.18 0.33
HSL 40.65º 0.16% 0.61% -
HSV(B) 40.65º 0.18% 0.67% -
XYZ 34.74 36.53 30.42 -
YUV 162.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 172 162 141 0 0.06 0.18 0.33 40.65 0.16 0.61
Hex AC A2 8D 0 6 12 21 29 10 3D
Octal 254 242 215 0 6 22 41 51 20 75
Binary 10101100 10100010 10001101 0 110 10010 100001 101001 10000 111101

Color Harmonies of #ACA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA28D

Black with #ACA28D

Text Example


Text Example

White with #ACA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA28D; }

 p { color: rgb(172,162,141); }

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

background-color css

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

 a { background-color: rgb(172,162,141); }

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

border-color css

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

 span { border-color: rgb(172,162,141); }

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