Html Css Color HEX #AAC892 Norway

📋 copy color: '#AAC892'

red 170 ◦ green 200 ◦ blue 146

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

Shades of Norway #AAC892

Tints of Norway #AAC892

RGB

 RED value IS 170 (66.8% from 255) = 32.95%

 GREEN value IS 200 (78.52% from 255) = 38.76%

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 32.95%
G = 38.76%
B = 28.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#AAC892 (or 0xAAC892) is known color: Norway. HEX triplet: AA, C8 and 92. RGB value is (170,200,146). Sum of RGB (Red+Green+Blue) = 170+200+146=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC892 is #55376D. Grayscale: #B9B9B9. Windows color (decimal): -5584750 or 9619626. OLE color: 9619626.

HSL color Cylindrical-coordinate representation of color #AAC892: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC892 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 146 -
CMYK 0.15 0 0.27 0.22
HSL 93.33º 0.33% 0.68% -
HSV(B) 93.33º 0.27% 0.78% -
XYZ 42.42 51.93 34.98 -
YUV 184.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 170 200 146 0.15 0 0.27 0.22 93.33 0.33 0.68
Hex AA C8 92 F 0 1B 16 5D 21 44
Octal 252 310 222 17 0 33 26 135 41 104
Binary 10101010 11001000 10010010 1111 0 11011 10110 1011101 100001 1000100

Color Harmonies of #AAC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC892

Black with #AAC892

Text Example


Text Example

White with #AAC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC892; }

 p { color: rgb(170,200,146); }

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

background-color css

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

 a { background-color: rgb(170,200,146); }

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

border-color css

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

 span { border-color: rgb(170,200,146); }

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