Html Css Color HEX #AEA592 Bison Hide

📋 copy color: '#AEA592'

red 174 ◦ green 165 ◦ blue 146

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

Shades of Bison Hide #AEA592

Tints of Bison Hide #AEA592

RGB

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

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

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

R = 35.88%
G = 34.02%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AEA592 (or 0xAEA592) is known color: Bison Hide. HEX triplet: AE, A5 and 92. RGB value is (174,165,146). Sum of RGB (Red+Green+Blue) = 174+165+146=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA592 is #515A6D. Grayscale: #A5A5A5. Windows color (decimal): -5331566 or 9610670. OLE color: 9610670.

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

Color convert

RGB 174 165 146 -
CMYK 0 0.05 0.16 0.32
HSL 40.71º 0.15% 0.63% -
HSV(B) 40.71º 0.16% 0.68% -
XYZ 36.1 37.98 32.62 -
YUV 165.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 174 165 146 0 0.05 0.16 0.32 40.71 0.15 0.63
Hex AE A5 92 0 5 10 20 29 F 3F
Octal 256 245 222 0 5 20 40 51 17 77
Binary 10101110 10100101 10010010 0 101 10000 100000 101001 1111 111111

Color Harmonies of #AEA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA592

Black with #AEA592

Text Example


Text Example

White with #AEA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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