Html Css Color HEX #AEBD92 Norway

📋 copy color: '#AEBD92'

red 174 ◦ green 189 ◦ blue 146

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

Shades of Norway #AEBD92

Tints of Norway #AEBD92

RGB

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

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

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

R = 34.18%
G = 37.13%
B = 28.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#AEBD92 (or 0xAEBD92) is known color: Norway. HEX triplet: AE, BD and 92. RGB value is (174,189,146). Sum of RGB (Red+Green+Blue) = 174+189+146=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD92 is #51426D. Grayscale: #B3B3B3. Windows color (decimal): -5325422 or 9616814. OLE color: 9616814.

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

Color convert

RGB 174 189 146 -
CMYK 0.08 0 0.23 0.26
HSL 80.93º 0.25% 0.66% -
HSV(B) 80.93º 0.23% 0.74% -
XYZ 40.84 47.47 34.2 -
YUV 179.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 174 189 146 0.08 0 0.23 0.26 80.93 0.25 0.66
Hex AE BD 92 8 0 17 1A 51 19 42
Octal 256 275 222 10 0 27 32 121 31 102
Binary 10101110 10111101 10010010 1000 0 10111 11010 1010001 11001 1000010

Color Harmonies of #AEBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD92

Black with #AEBD92

Text Example


Text Example

White with #AEBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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