Html Css Color HEX #AE6944 Bourbon

📋 copy color: '#AE6944'

red 174 ◦ green 105 ◦ blue 68

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

Shades of Bourbon #AE6944

Tints of Bourbon #AE6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 50.14%
G = 30.26%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6944 (or 0xAE6944) is known color: Bourbon. HEX triplet: AE, 69 and 44. RGB value is (174,105,68). Sum of RGB (Red+Green+Blue) = 174+105+68=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6944 is #5196BB. Grayscale: #797979. Windows color (decimal): -5347004 or 4483502. OLE color: 4483502.

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

Color convert

RGB 174 105 68 -
CMYK 0 0.40 0.61 0.32
HSL 20.94º 0.44% 0.47% -
HSV(B) 20.94º 0.61% 0.68% -
XYZ 23.55 19.52 8 -
YUV 121.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 174 105 68 0 0.40 0.61 0.32 20.94 0.44 0.47
Hex AE 69 44 0 28 3D 20 15 2C 2F
Octal 256 151 104 0 50 75 40 25 54 57
Binary 10101110 1101001 1000100 0 101000 111101 100000 10101 101100 101111

Color Harmonies of #AE6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6944

Black with #AE6944

Text Example


Text Example

White with #AE6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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