Html Css Color HEX #AE7549 Bourbon

📋 copy color: '#AE7549'

red 174 ◦ green 117 ◦ blue 73

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

Shades of Bourbon #AE7549

Tints of Bourbon #AE7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 47.8%
G = 32.14%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE7549 (or 0xAE7549) is known color: Bourbon. HEX triplet: AE, 75 and 49. RGB value is (174,117,73). Sum of RGB (Red+Green+Blue) = 174+117+73=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7549 is #518AB6. Grayscale: #818181. Windows color (decimal): -5343927 or 4814254. OLE color: 4814254.

HSL color Cylindrical-coordinate representation of color #AE7549: hue angle of 26.14º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE7549 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 73 -
CMYK 0 0.33 0.58 0.32
HSL 26.14º 0.41% 0.48% -
HSV(B) 26.14º 0.58% 0.68% -
XYZ 25.02 22.2 9.27 -
YUV 129.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 174 117 73 0 0.33 0.58 0.32 26.14 0.41 0.48
Hex AE 75 49 0 21 3A 20 1A 29 30
Octal 256 165 111 0 41 72 40 32 51 60
Binary 10101110 1110101 1001001 0 100001 111010 100000 11010 101001 110000

Color Harmonies of #AE7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7549

Black with #AE7549

Text Example


Text Example

White with #AE7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7549; }

 p { color: rgb(174,117,73); }

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

background-color css

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

 a { background-color: rgb(174,117,73); }

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

border-color css

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

 span { border-color: rgb(174,117,73); }

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