Html Css Color HEX #AE743E Bourbon

📋 copy color: '#AE743E'

red 174 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #AE743E

Tints of Bourbon #AE743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 49.43%
G = 32.95%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE743E (or 0xAE743E) is known color: Bourbon. HEX triplet: AE, 74 and 3E. RGB value is (174,116,62). Sum of RGB (Red+Green+Blue) = 174+116+62=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE743E is #518BC1. Grayscale: #7F7F7F. Windows color (decimal): -5344194 or 4093102. OLE color: 4093102.

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

Color convert

RGB 174 116 62 -
CMYK 0 0.33 0.64 0.32
HSL 28.93º 0.47% 0.46% -
HSV(B) 28.93º 0.64% 0.68% -
XYZ 24.57 21.84 7.48 -
YUV 127.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 174 116 62 0 0.33 0.64 0.32 28.93 0.47 0.46
Hex AE 74 3E 0 21 40 20 1D 2F 2E
Octal 256 164 76 0 41 100 40 35 57 56
Binary 10101110 1110100 111110 0 100001 1000000 100000 11101 101111 101110

Color Harmonies of #AE743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE743E

Black with #AE743E

Text Example


Text Example

White with #AE743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE743E; }

 p { color: rgb(174,116,62); }

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

background-color css

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

 a { background-color: rgb(174,116,62); }

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

border-color css

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

 span { border-color: rgb(174,116,62); }

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