Html Css Color HEX #AE7044 Bourbon

📋 copy color: '#AE7044'

red 174 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #AE7044

Tints of Bourbon #AE7044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 49.15%
G = 31.64%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE7044 (or 0xAE7044) is known color: Bourbon. HEX triplet: AE, 70 and 44. RGB value is (174,112,68). Sum of RGB (Red+Green+Blue) = 174+112+68=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7044 is #518FBB. Grayscale: #7D7D7D. Windows color (decimal): -5345212 or 4485294. OLE color: 4485294.

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

Color convert

RGB 174 112 68 -
CMYK 0 0.36 0.61 0.32
HSL 24.91º 0.44% 0.47% -
HSV(B) 24.91º 0.61% 0.68% -
XYZ 24.29 21 8.24 -
YUV 125.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 174 112 68 0 0.36 0.61 0.32 24.91 0.44 0.47
Hex AE 70 44 0 24 3D 20 19 2C 2F
Octal 256 160 104 0 44 75 40 31 54 57
Binary 10101110 1110000 1000100 0 100100 111101 100000 11001 101100 101111

Color Harmonies of #AE7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7044

Black with #AE7044

Text Example


Text Example

White with #AE7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7044; }

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

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

background-color css

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

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

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

border-color css

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

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

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