Html Css Color HEX #AE723E Bourbon

📋 copy color: '#AE723E'

red 174 ◦ green 114 ◦ blue 62

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

Shades of Bourbon #AE723E

Tints of Bourbon #AE723E

RGB

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

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

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

R = 49.71%
G = 32.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE723E (or 0xAE723E) is known color: Bourbon. HEX triplet: AE, 72 and 3E. RGB value is (174,114,62). Sum of RGB (Red+Green+Blue) = 174+114+62=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723E is #518DC1. Grayscale: #7E7E7E. Windows color (decimal): -5344706 or 4092590. OLE color: 4092590.

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

Color convert

RGB 174 114 62 -
CMYK 0 0.34 0.64 0.32
HSL 27.86º 0.47% 0.46% -
HSV(B) 27.86º 0.64% 0.68% -
XYZ 24.34 21.38 7.4 -
YUV 126.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 174 114 62 0 0.34 0.64 0.32 27.86 0.47 0.46
Hex AE 72 3E 0 22 40 20 1C 2F 2E
Octal 256 162 76 0 42 100 40 34 57 56
Binary 10101110 1110010 111110 0 100010 1000000 100000 11100 101111 101110

Color Harmonies of #AE723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE723E

Black with #AE723E

Text Example


Text Example

White with #AE723E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE723E; }

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

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

background-color css

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

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

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

border-color css

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

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

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