Html Css Color HEX #ACA187 Napa

📋 copy color: '#ACA187'

red 172 ◦ green 161 ◦ blue 135

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

Shades of Napa #ACA187

Tints of Napa #ACA187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 36.75%
G = 34.4%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#ACA187 (or 0xACA187) is known color: Napa. HEX triplet: AC, A1 and 87. RGB value is (172,161,135). Sum of RGB (Red+Green+Blue) = 172+161+135=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA187 is #535E78. Grayscale: #A1A1A1. Windows color (decimal): -5463673 or 8888748. OLE color: 8888748.

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

Color convert

RGB 172 161 135 -
CMYK 0 0.06 0.22 0.33
HSL 42.16º 0.18% 0.6% -
HSV(B) 42.16º 0.22% 0.67% -
XYZ 34.13 36.01 28.07 -
YUV 161.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 172 161 135 0 0.06 0.22 0.33 42.16 0.18 0.6
Hex AC A1 87 0 6 16 21 2A 12 3C
Octal 254 241 207 0 6 26 41 52 22 74
Binary 10101100 10100001 10000111 0 110 10110 100001 101010 10010 111100

Color Harmonies of #ACA187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA187

Black with #ACA187

Text Example


Text Example

White with #ACA187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA187; }

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

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

background-color css

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

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

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

border-color css

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

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

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