Html Css Color HEX #AE7449 Bourbon

📋 copy color: '#AE7449'

red 174 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #AE7449

Tints of Bourbon #AE7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 47.93%
G = 31.96%
B = 20.11%

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

#AE7449 (or 0xAE7449) is known color: Bourbon. HEX triplet: AE, 74 and 49. RGB value is (174,116,73). Sum of RGB (Red+Green+Blue) = 174+116+73=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7449 is #518BB6. Grayscale: #808080. Windows color (decimal): -5344183 or 4813998. OLE color: 4813998.

HSL color Cylindrical-coordinate representation of color #AE7449: hue angle of 25.54º 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 #AE7449 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 73 -
CMYK 0 0.33 0.58 0.32
HSL 25.54º 0.41% 0.48% -
HSV(B) 25.54º 0.58% 0.68% -
XYZ 24.9 21.97 9.23 -
YUV 128.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 174 116 73 0 0.33 0.58 0.32 25.54 0.41 0.48
Hex AE 74 49 0 21 3A 20 1A 29 30
Octal 256 164 111 0 41 72 40 32 51 60
Binary 10101110 1110100 1001001 0 100001 111010 100000 11010 101001 110000

Color Harmonies of #AE7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7449

Black with #AE7449

Text Example


Text Example

White with #AE7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7449; }

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

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

background-color css

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

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

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

border-color css

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

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

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