Html Css Color HEX #ACBCA0 Norway

📋 copy color: '#ACBCA0'

red 172 ◦ green 188 ◦ blue 160

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

Shades of Norway #ACBCA0

Tints of Norway #ACBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 33.08%
G = 36.15%
B = 30.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#ACBCA0 (or 0xACBCA0) is known color: Norway. HEX triplet: AC, BC and A0. RGB value is (172,188,160). Sum of RGB (Red+Green+Blue) = 172+188+160=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA0 is #53435F. Grayscale: #B4B4B4. Windows color (decimal): -5456736 or 10534060. OLE color: 10534060.

HSL color Cylindrical-coordinate representation of color #ACBCA0: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBCA0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 160 -
CMYK 0.09 0 0.15 0.26
HSL 94.29º 0.17% 0.68% -
HSV(B) 94.29º 0.15% 0.74% -
XYZ 41.34 47.28 40.2 -
YUV 180.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 172 188 160 0.09 0 0.15 0.26 94.29 0.17 0.68
Hex AC BC A0 9 0 F 1A 5E 11 44
Octal 254 274 240 11 0 17 32 136 21 104
Binary 10101100 10111100 10100000 1001 0 1111 11010 1011110 10001 1000100

Color Harmonies of #ACBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCA0

Black with #ACBCA0

Text Example


Text Example

White with #ACBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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