Html Css Color HEX #AE7749 Bourbon

📋 copy color: '#AE7749'

red 174 ◦ green 119 ◦ blue 73

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

Shades of Bourbon #AE7749

Tints of Bourbon #AE7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 47.54%
G = 32.51%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE7749 (or 0xAE7749) is known color: Bourbon. HEX triplet: AE, 77 and 49. RGB value is (174,119,73). Sum of RGB (Red+Green+Blue) = 174+119+73=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7749 is #5188B6. Grayscale: #828282. Windows color (decimal): -5343415 or 4814766. OLE color: 4814766.

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

Color convert

RGB 174 119 73 -
CMYK 0 0.32 0.58 0.32
HSL 27.33º 0.41% 0.48% -
HSV(B) 27.33º 0.58% 0.68% -
XYZ 25.25 22.67 9.35 -
YUV 130.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 174 119 73 0 0.32 0.58 0.32 27.33 0.41 0.48
Hex AE 77 49 0 20 3A 20 1B 29 30
Octal 256 167 111 0 40 72 40 33 51 60
Binary 10101110 1110111 1001001 0 100000 111010 100000 11011 101001 110000

Color Harmonies of #AE7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7749

Black with #AE7749

Text Example


Text Example

White with #AE7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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