Html Css Color HEX #AE7241 Bourbon

📋 copy color: '#AE7241'

red 174 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #AE7241

Tints of Bourbon #AE7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 49.29%
G = 32.29%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE7241 (or 0xAE7241) is known color: Bourbon. HEX triplet: AE, 72 and 41. RGB value is (174,114,65). Sum of RGB (Red+Green+Blue) = 174+114+65=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7241 is #518DBE. Grayscale: #7E7E7E. Windows color (decimal): -5344703 or 4289198. OLE color: 4289198.

HSL color Cylindrical-coordinate representation of color #AE7241: hue angle of 26.97º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7241 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 65 -
CMYK 0 0.34 0.63 0.32
HSL 26.97º 0.46% 0.47% -
HSV(B) 26.97º 0.63% 0.68% -
XYZ 24.43 21.41 7.85 -
YUV 126.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 174 114 65 0 0.34 0.63 0.32 26.97 0.46 0.47
Hex AE 72 41 0 22 3F 20 1B 2E 2F
Octal 256 162 101 0 42 77 40 33 56 57
Binary 10101110 1110010 1000001 0 100010 111111 100000 11011 101110 101111

Color Harmonies of #AE7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7241

Black with #AE7241

Text Example


Text Example

White with #AE7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7241; }

 p { color: rgb(174,114,65); }

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

background-color css

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

 a { background-color: rgb(174,114,65); }

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

border-color css

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

 span { border-color: rgb(174,114,65); }

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