Html Css Color HEX #ACA085 Napa

📋 copy color: '#ACA085'

red 172 ◦ green 160 ◦ blue 133

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

Shades of Napa #ACA085

Tints of Napa #ACA085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 36.99%
G = 34.41%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ACA085 (or 0xACA085) is known color: Napa. HEX triplet: AC, A0 and 85. RGB value is (172,160,133). Sum of RGB (Red+Green+Blue) = 172+160+133=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA085 is #535F7A. Grayscale: #A0A0A0. Windows color (decimal): -5463931 or 8757420. OLE color: 8757420.

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

Color convert

RGB 172 160 133 -
CMYK 0 0.07 0.23 0.33
HSL 41.54º 0.19% 0.6% -
HSV(B) 41.54º 0.23% 0.67% -
XYZ 33.82 35.61 27.28 -
YUV 160.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 172 160 133 0 0.07 0.23 0.33 41.54 0.19 0.6
Hex AC A0 85 0 7 17 21 2A 13 3C
Octal 254 240 205 0 7 27 41 52 23 74
Binary 10101100 10100000 10000101 0 111 10111 100001 101010 10011 111100

Color Harmonies of #ACA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA085

Black with #ACA085

Text Example


Text Example

White with #ACA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA085; }

 p { color: rgb(172,160,133); }

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

background-color css

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

 a { background-color: rgb(172,160,133); }

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

border-color css

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

 span { border-color: rgb(172,160,133); }

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