Html Css Color HEX #AEA390 Bison Hide

📋 copy color: '#AEA390'

red 174 ◦ green 163 ◦ blue 144

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

Shades of Bison Hide #AEA390

Tints of Bison Hide #AEA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 36.17%
G = 33.89%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA390 (or 0xAEA390) is known color: Bison Hide. HEX triplet: AE, A3 and 90. RGB value is (174,163,144). Sum of RGB (Red+Green+Blue) = 174+163+144=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA390 is #515C6F. Grayscale: #A4A4A4. Windows color (decimal): -5332080 or 9479086. OLE color: 9479086.

HSL color Cylindrical-coordinate representation of color #AEA390: hue angle of 38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA390 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 144 -
CMYK 0 0.06 0.17 0.32
HSL 38º 0.16% 0.62% -
HSV(B) 38º 0.17% 0.68% -
XYZ 35.59 37.21 31.69 -
YUV 164.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 174 163 144 0 0.06 0.17 0.32 38 0.16 0.62
Hex AE A3 90 0 6 11 20 26 10 3E
Octal 256 243 220 0 6 21 40 46 20 76
Binary 10101110 10100011 10010000 0 110 10001 100000 100110 10000 111110

Color Harmonies of #AEA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA390

Black with #AEA390

Text Example


Text Example

White with #AEA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA390; }

 p { color: rgb(174,163,144); }

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

background-color css

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

 a { background-color: rgb(174,163,144); }

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

border-color css

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

 span { border-color: rgb(174,163,144); }

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