Html Css Color HEX #AEBE93 Norway

📋 copy color: '#AEBE93'

red 174 ◦ green 190 ◦ blue 147

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

Shades of Norway #AEBE93

Tints of Norway #AEBE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.18%

 BLUE value IS 147 (57.81% from 255) = 28.77%

R = 34.05%
G = 37.18%
B = 28.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#AEBE93 (or 0xAEBE93) is known color: Norway. HEX triplet: AE, BE and 93. RGB value is (174,190,147). Sum of RGB (Red+Green+Blue) = 174+190+147=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE93 is #51416C. Grayscale: #B4B4B4. Windows color (decimal): -5325165 or 9682606. OLE color: 9682606.

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

Color convert

RGB 174 190 147 -
CMYK 0.08 0 0.23 0.25
HSL 82.33º 0.25% 0.66% -
HSV(B) 82.33º 0.23% 0.75% -
XYZ 41.14 47.93 34.69 -
YUV 180.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 174 190 147 0.08 0 0.23 0.25 82.33 0.25 0.66
Hex AE BE 93 8 0 17 19 52 19 42
Octal 256 276 223 10 0 27 31 122 31 102
Binary 10101110 10111110 10010011 1000 0 10111 11001 1010010 11001 1000010

Color Harmonies of #AEBE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE93

Black with #AEBE93

Text Example


Text Example

White with #AEBE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE93; }

 p { color: rgb(174,190,147); }

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

background-color css

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

 a { background-color: rgb(174,190,147); }

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

border-color css

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

 span { border-color: rgb(174,190,147); }

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