Html Css Color HEX #ACB99A Norway

📋 copy color: '#ACB99A'

red 172 ◦ green 185 ◦ blue 154

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

Shades of Norway #ACB99A

Tints of Norway #ACB99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 33.66%
G = 36.2%
B = 30.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ACB99A (or 0xACB99A) is known color: Norway. HEX triplet: AC, B9 and 9A. RGB value is (172,185,154). Sum of RGB (Red+Green+Blue) = 172+185+154=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99A is #534665. Grayscale: #B1B1B1. Windows color (decimal): -5457510 or 10140076. OLE color: 10140076.

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

Color convert

RGB 172 185 154 -
CMYK 0.07 0 0.17 0.27
HSL 85.16º 0.18% 0.66% -
HSV(B) 85.16º 0.17% 0.73% -
XYZ 40.19 45.8 37.29 -
YUV 177.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 172 185 154 0.07 0 0.17 0.27 85.16 0.18 0.66
Hex AC B9 9A 7 0 11 1B 55 12 42
Octal 254 271 232 7 0 21 33 125 22 102
Binary 10101100 10111001 10011010 111 0 10001 11011 1010101 10010 1000010

Color Harmonies of #ACB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB99A

Black with #ACB99A

Text Example


Text Example

White with #ACB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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