Html Css Color HEX #A0AC88 Norway

📋 copy color: '#A0AC88'

red 160 ◦ green 172 ◦ blue 136

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

Shades of Norway #A0AC88

Tints of Norway #A0AC88

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

 GREEN value IS 172 (67.58% from 255) = 36.75%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 34.19%
G = 36.75%
B = 29.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#A0AC88 (or 0xA0AC88) is known color: Norway. HEX triplet: A0, AC and 88. RGB value is (160,172,136). Sum of RGB (Red+Green+Blue) = 160+172+136=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC88 is #5F5377. Grayscale: #A4A4A4. Windows color (decimal): -6247288 or 8957088. OLE color: 8957088.

HSL color Cylindrical-coordinate representation of color #A0AC88: hue angle of 80º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AC88 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 136 -
CMYK 0.07 0 0.21 0.33
HSL 80º 0.18% 0.6% -
HSV(B) 80º 0.21% 0.67% -
XYZ 33.69 38.76 29 -
YUV 164.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 160 172 136 0.07 0 0.21 0.33 80 0.18 0.6
Hex A0 AC 88 7 0 15 21 50 12 3C
Octal 240 254 210 7 0 25 41 120 22 74
Binary 10100000 10101100 10001000 111 0 10101 100001 1010000 10010 111100

Color Harmonies of #A0AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC88

Black with #A0AC88

Text Example


Text Example

White with #A0AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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