Html Css Color HEX #ACBA99 Norway

📋 copy color: '#ACBA99'

red 172 ◦ green 186 ◦ blue 153

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

Shades of Norway #ACBA99

Tints of Norway #ACBA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 33.66%
G = 36.4%
B = 29.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ACBA99 (or 0xACBA99) is known color: Norway. HEX triplet: AC, BA and 99. RGB value is (172,186,153). Sum of RGB (Red+Green+Blue) = 172+186+153=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA99 is #534566. Grayscale: #B2B2B2. Windows color (decimal): -5457255 or 10074796. OLE color: 10074796.

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

Color convert

RGB 172 186 153 -
CMYK 0.08 0 0.18 0.27
HSL 85.45º 0.19% 0.66% -
HSV(B) 85.45º 0.18% 0.73% -
XYZ 40.32 46.19 36.93 -
YUV 178.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 172 186 153 0.08 0 0.18 0.27 85.45 0.19 0.66
Hex AC BA 99 8 0 12 1B 55 13 42
Octal 254 272 231 10 0 22 33 125 23 102
Binary 10101100 10111010 10011001 1000 0 10010 11011 1010101 10011 1000010

Color Harmonies of #ACBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA99

Black with #ACBA99

Text Example


Text Example

White with #ACBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA99; }

 p { color: rgb(172,186,153); }

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

background-color css

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

 a { background-color: rgb(172,186,153); }

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

border-color css

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

 span { border-color: rgb(172,186,153); }

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