Html Css Color HEX #ACA290 Napa

📋 copy color: '#ACA290'

red 172 ◦ green 162 ◦ blue 144

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

Shades of Napa #ACA290

Tints of Napa #ACA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 35.98%
G = 33.89%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ACA290 (or 0xACA290) is known color: Napa. HEX triplet: AC, A2 and 90. RGB value is (172,162,144). Sum of RGB (Red+Green+Blue) = 172+162+144=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA290 is #535D6F. Grayscale: #A3A3A3. Windows color (decimal): -5463408 or 9478828. OLE color: 9478828.

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

Color convert

RGB 172 162 144 -
CMYK 0 0.06 0.16 0.33
HSL 38.57º 0.14% 0.62% -
HSV(B) 38.57º 0.16% 0.67% -
XYZ 34.97 36.62 31.61 -
YUV 162.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 172 162 144 0 0.06 0.16 0.33 38.57 0.14 0.62
Hex AC A2 90 0 6 10 21 27 E 3E
Octal 254 242 220 0 6 20 41 47 16 76
Binary 10101100 10100010 10010000 0 110 10000 100001 100111 1110 111110

Color Harmonies of #ACA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA290

Black with #ACA290

Text Example


Text Example

White with #ACA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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