Html Css Color HEX #AE7344 Bourbon

📋 copy color: '#AE7344'

red 174 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #AE7344

Tints of Bourbon #AE7344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 48.74%
G = 32.21%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE7344 (or 0xAE7344) is known color: Bourbon. HEX triplet: AE, 73 and 44. RGB value is (174,115,68). Sum of RGB (Red+Green+Blue) = 174+115+68=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7344 is #518CBB. Grayscale: #7F7F7F. Windows color (decimal): -5344444 or 4486062. OLE color: 4486062.

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

Color convert

RGB 174 115 68 -
CMYK 0 0.34 0.61 0.32
HSL 26.6º 0.44% 0.47% -
HSV(B) 26.6º 0.61% 0.68% -
XYZ 24.63 21.68 8.35 -
YUV 127.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 174 115 68 0 0.34 0.61 0.32 26.6 0.44 0.47
Hex AE 73 44 0 22 3D 20 1B 2C 2F
Octal 256 163 104 0 42 75 40 33 54 57
Binary 10101110 1110011 1000100 0 100010 111101 100000 11011 101100 101111

Color Harmonies of #AE7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7344

Black with #AE7344

Text Example


Text Example

White with #AE7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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