Html Css Color HEX #ACA18A Napa

📋 copy color: '#ACA18A'

red 172 ◦ green 161 ◦ blue 138

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

Shades of Napa #ACA18A

Tints of Napa #ACA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 36.52%
G = 34.18%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ACA18A (or 0xACA18A) is known color: Napa. HEX triplet: AC, A1 and 8A. RGB value is (172,161,138). Sum of RGB (Red+Green+Blue) = 172+161+138=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18A is #535E75. Grayscale: #A1A1A1. Windows color (decimal): -5463670 or 9085356. OLE color: 9085356.

HSL color Cylindrical-coordinate representation of color #ACA18A: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA18A is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 161 138 -
CMYK 0 0.06 0.20 0.33
HSL 40.59º 0.17% 0.61% -
HSV(B) 40.59º 0.2% 0.67% -
XYZ 34.35 36.1 29.2 -
YUV 161.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 172 161 138 0 0.06 0.20 0.33 40.59 0.17 0.61
Hex AC A1 8A 0 6 14 21 29 11 3D
Octal 254 241 212 0 6 24 41 51 21 75
Binary 10101100 10100001 10001010 0 110 10100 100001 101001 10001 111101

Color Harmonies of #ACA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA18A

Black with #ACA18A

Text Example


Text Example

White with #ACA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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