Html Css Color HEX #AAB69C Norway

📋 copy color: '#AAB69C'

red 170 ◦ green 182 ◦ blue 156

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

Shades of Norway #AAB69C

Tints of Norway #AAB69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 33.46%
G = 35.83%
B = 30.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AAB69C (or 0xAAB69C) is known color: Norway. HEX triplet: AA, B6 and 9C. RGB value is (170,182,156). Sum of RGB (Red+Green+Blue) = 170+182+156=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB69C is #554963. Grayscale: #AFAFAF. Windows color (decimal): -5589348 or 10270378. OLE color: 10270378.

HSL color Cylindrical-coordinate representation of color #AAB69C: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB69C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 156 -
CMYK 0.07 0 0.14 0.29
HSL 87.69º 0.15% 0.66% -
HSV(B) 87.69º 0.14% 0.71% -
XYZ 39.31 44.4 37.95 -
YUV 175.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 170 182 156 0.07 0 0.14 0.29 87.69 0.15 0.66
Hex AA B6 9C 7 0 E 1D 58 F 42
Octal 252 266 234 7 0 16 35 130 17 102
Binary 10101010 10110110 10011100 111 0 1110 11101 1011000 1111 1000010

Color Harmonies of #AAB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB69C

Black with #AAB69C

Text Example


Text Example

White with #AAB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB69C; }

 p { color: rgb(170,182,156); }

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

background-color css

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

 a { background-color: rgb(170,182,156); }

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

border-color css

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

 span { border-color: rgb(170,182,156); }

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