Html Css Color HEX #AEA58C Bison Hide

📋 copy color: '#AEA58C'

red 174 ◦ green 165 ◦ blue 140

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

Shades of Bison Hide #AEA58C

Tints of Bison Hide #AEA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 36.33%
G = 34.45%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA58C (or 0xAEA58C) is known color: Bison Hide. HEX triplet: AE, A5 and 8C. RGB value is (174,165,140). Sum of RGB (Red+Green+Blue) = 174+165+140=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58C is #515A73. Grayscale: #A4A4A4. Windows color (decimal): -5331572 or 9217454. OLE color: 9217454.

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

Color convert

RGB 174 165 140 -
CMYK 0 0.05 0.20 0.32
HSL 44.12º 0.17% 0.62% -
HSV(B) 44.12º 0.2% 0.68% -
XYZ 35.64 37.8 30.23 -
YUV 164.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 174 165 140 0 0.05 0.20 0.32 44.12 0.17 0.62
Hex AE A5 8C 0 5 14 20 2C 11 3E
Octal 256 245 214 0 5 24 40 54 21 76
Binary 10101110 10100101 10001100 0 101 10100 100000 101100 10001 111110

Color Harmonies of #AEA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA58C

Black with #AEA58C

Text Example


Text Example

White with #AEA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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