Html Css Color HEX #AEBD9B Norway

📋 copy color: '#AEBD9B'

red 174 ◦ green 189 ◦ blue 155

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

Shades of Norway #AEBD9B

Tints of Norway #AEBD9B

RGB

 RED value IS 174 (68.36% from 255) = 33.59%

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 33.59%
G = 36.49%
B = 29.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#AEBD9B (or 0xAEBD9B) is known color: Norway. HEX triplet: AE, BD and 9B. RGB value is (174,189,155). Sum of RGB (Red+Green+Blue) = 174+189+155=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD9B is #514264. Grayscale: #B4B4B4. Windows color (decimal): -5325413 or 10206638. OLE color: 10206638.

HSL color Cylindrical-coordinate representation of color #AEBD9B: hue angle of 86.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBD9B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 155 -
CMYK 0.08 0 0.18 0.26
HSL 86.47º 0.2% 0.67% -
HSV(B) 86.47º 0.18% 0.74% -
XYZ 41.57 47.76 38.04 -
YUV 180.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 174 189 155 0.08 0 0.18 0.26 86.47 0.2 0.67
Hex AE BD 9B 8 0 12 1A 56 14 43
Octal 256 275 233 10 0 22 32 126 24 103
Binary 10101110 10111101 10011011 1000 0 10010 11010 1010110 10100 1000011

Color Harmonies of #AEBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD9B

Black with #AEBD9B

Text Example


Text Example

White with #AEBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD9B; }

 p { color: rgb(174,189,155); }

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

background-color css

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

 a { background-color: rgb(174,189,155); }

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

border-color css

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

 span { border-color: rgb(174,189,155); }

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