Html Css Color HEX #AEA594 Bison Hide

📋 copy color: '#AEA594'

red 174 ◦ green 165 ◦ blue 148

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

Shades of Bison Hide #AEA594

Tints of Bison Hide #AEA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 35.73%
G = 33.88%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AEA594 (or 0xAEA594) is known color: Bison Hide. HEX triplet: AE, A5 and 94. RGB value is (174,165,148). Sum of RGB (Red+Green+Blue) = 174+165+148=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA594 is #515A6B. Grayscale: #A5A5A5. Windows color (decimal): -5331564 or 9741742. OLE color: 9741742.

HSL color Cylindrical-coordinate representation of color #AEA594: hue angle of 39.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEA594 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 148 -
CMYK 0 0.05 0.15 0.32
HSL 39.23º 0.14% 0.63% -
HSV(B) 39.23º 0.15% 0.68% -
XYZ 36.26 38.05 33.45 -
YUV 165.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 174 165 148 0 0.05 0.15 0.32 39.23 0.14 0.63
Hex AE A5 94 0 5 F 20 27 E 3F
Octal 256 245 224 0 5 17 40 47 16 77
Binary 10101110 10100101 10010100 0 101 1111 100000 100111 1110 111111

Color Harmonies of #AEA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA594

Black with #AEA594

Text Example


Text Example

White with #AEA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA594; }

 p { color: rgb(174,165,148); }

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

background-color css

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

 a { background-color: rgb(174,165,148); }

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

border-color css

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

 span { border-color: rgb(174,165,148); }

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