Html Css Color HEX #AE7544 Bourbon

📋 copy color: '#AE7544'

red 174 ◦ green 117 ◦ blue 68

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

Shades of Bourbon #AE7544

Tints of Bourbon #AE7544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 48.47%
G = 32.59%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE7544 (or 0xAE7544) is known color: Bourbon. HEX triplet: AE, 75 and 44. RGB value is (174,117,68). Sum of RGB (Red+Green+Blue) = 174+117+68=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7544 is #518ABB. Grayscale: #808080. Windows color (decimal): -5343932 or 4486574. OLE color: 4486574.

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

Color convert

RGB 174 117 68 -
CMYK 0 0.33 0.61 0.32
HSL 27.74º 0.44% 0.47% -
HSV(B) 27.74º 0.61% 0.68% -
XYZ 24.86 22.14 8.43 -
YUV 128.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 174 117 68 0 0.33 0.61 0.32 27.74 0.44 0.47
Hex AE 75 44 0 21 3D 20 1C 2C 2F
Octal 256 165 104 0 41 75 40 34 54 57
Binary 10101110 1110101 1000100 0 100001 111101 100000 11100 101100 101111

Color Harmonies of #AE7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7544

Black with #AE7544

Text Example


Text Example

White with #AE7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7544; }

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

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

background-color css

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

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

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

border-color css

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

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

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