Html Css Color HEX #AE7144 Bourbon

📋 copy color: '#AE7144'

red 174 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #AE7144

Tints of Bourbon #AE7144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 49.01%
G = 31.83%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE7144 (or 0xAE7144) is known color: Bourbon. HEX triplet: AE, 71 and 44. RGB value is (174,113,68). Sum of RGB (Red+Green+Blue) = 174+113+68=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7144 is #518EBB. Grayscale: #7E7E7E. Windows color (decimal): -5344956 or 4485550. OLE color: 4485550.

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

Color convert

RGB 174 113 68 -
CMYK 0 0.35 0.61 0.32
HSL 25.47º 0.44% 0.47% -
HSV(B) 25.47º 0.61% 0.68% -
XYZ 24.4 21.23 8.28 -
YUV 126.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 174 113 68 0 0.35 0.61 0.32 25.47 0.44 0.47
Hex AE 71 44 0 23 3D 20 19 2C 2F
Octal 256 161 104 0 43 75 40 31 54 57
Binary 10101110 1110001 1000100 0 100011 111101 100000 11001 101100 101111

Color Harmonies of #AE7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7144

Black with #AE7144

Text Example


Text Example

White with #AE7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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