Html Css Color HEX #AE7648 Bourbon

📋 copy color: '#AE7648'

red 174 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #AE7648

Tints of Bourbon #AE7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 47.8%
G = 32.42%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE7648 (or 0xAE7648) is known color: Bourbon. HEX triplet: AE, 76 and 48. RGB value is (174,118,72). Sum of RGB (Red+Green+Blue) = 174+118+72=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7648 is #5189B7. Grayscale: #818181. Windows color (decimal): -5343672 or 4748974. OLE color: 4748974.

HSL color Cylindrical-coordinate representation of color #AE7648: hue angle of 27.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE7648 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 118 72 -
CMYK 0 0.32 0.59 0.32
HSL 27.06º 0.41% 0.48% -
HSV(B) 27.06º 0.59% 0.68% -
XYZ 25.1 22.42 9.14 -
YUV 129.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 174 118 72 0 0.32 0.59 0.32 27.06 0.41 0.48
Hex AE 76 48 0 20 3B 20 1B 29 30
Octal 256 166 110 0 40 73 40 33 51 60
Binary 10101110 1110110 1001000 0 100000 111011 100000 11011 101001 110000

Color Harmonies of #AE7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7648

Black with #AE7648

Text Example


Text Example

White with #AE7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7648; }

 p { color: rgb(174,118,72); }

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

background-color css

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

 a { background-color: rgb(174,118,72); }

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

border-color css

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

 span { border-color: rgb(174,118,72); }

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