Html Css Color HEX #ACB99D Norway

📋 copy color: '#ACB99D'

red 172 ◦ green 185 ◦ blue 157

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

Shades of Norway #ACB99D

Tints of Norway #ACB99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 33.46%
G = 35.99%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ACB99D (or 0xACB99D) is known color: Norway. HEX triplet: AC, B9 and 9D. RGB value is (172,185,157). Sum of RGB (Red+Green+Blue) = 172+185+157=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99D is #534662. Grayscale: #B2B2B2. Windows color (decimal): -5457507 or 10336684. OLE color: 10336684.

HSL color Cylindrical-coordinate representation of color #ACB99D: hue angle of 87.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB99D is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 157 -
CMYK 0.07 0 0.15 0.27
HSL 87.86º 0.17% 0.67% -
HSV(B) 87.86º 0.15% 0.73% -
XYZ 40.45 45.9 38.63 -
YUV 177.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 172 185 157 0.07 0 0.15 0.27 87.86 0.17 0.67
Hex AC B9 9D 7 0 F 1B 58 11 43
Octal 254 271 235 7 0 17 33 130 21 103
Binary 10101100 10111001 10011101 111 0 1111 11011 1011000 10001 1000011

Color Harmonies of #ACB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB99D

Black with #ACB99D

Text Example


Text Example

White with #ACB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB99D; }

 p { color: rgb(172,185,157); }

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

background-color css

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

 a { background-color: rgb(172,185,157); }

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

border-color css

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

 span { border-color: rgb(172,185,157); }

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