Html Css Color HEX #AE7140 Bourbon

📋 copy color: '#AE7140'

red 174 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #AE7140

Tints of Bourbon #AE7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 49.57%
G = 32.19%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE7140 (or 0xAE7140) is known color: Bourbon. HEX triplet: AE, 71 and 40. RGB value is (174,113,64). Sum of RGB (Red+Green+Blue) = 174+113+64=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7140 is #518EBF. Grayscale: #7D7D7D. Windows color (decimal): -5344960 or 4223406. OLE color: 4223406.

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

Color convert

RGB 174 113 64 -
CMYK 0 0.35 0.63 0.32
HSL 26.73º 0.46% 0.47% -
HSV(B) 26.73º 0.63% 0.68% -
XYZ 24.29 21.18 7.66 -
YUV 125.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 174 113 64 0 0.35 0.63 0.32 26.73 0.46 0.47
Hex AE 71 40 0 23 3F 20 1B 2E 2F
Octal 256 161 100 0 43 77 40 33 56 57
Binary 10101110 1110001 1000000 0 100011 111111 100000 11011 101110 101111

Color Harmonies of #AE7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7140

Black with #AE7140

Text Example


Text Example

White with #AE7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7140; }

 p { color: rgb(174,113,64); }

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

background-color css

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

 a { background-color: rgb(174,113,64); }

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

border-color css

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

 span { border-color: rgb(174,113,64); }

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