Html Css Color HEX #AE723C Bourbon

📋 copy color: '#AE723C'

red 174 ◦ green 114 ◦ blue 60

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

Shades of Bourbon #AE723C

Tints of Bourbon #AE723C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 50%
G = 32.76%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE723C (or 0xAE723C) is known color: Bourbon. HEX triplet: AE, 72 and 3C. RGB value is (174,114,60). Sum of RGB (Red+Green+Blue) = 174+114+60=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723C is #518DC3. Grayscale: #7E7E7E. Windows color (decimal): -5344708 or 3961518. OLE color: 3961518.

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

Color convert

RGB 174 114 60 -
CMYK 0 0.34 0.66 0.32
HSL 28.42º 0.49% 0.46% -
HSV(B) 28.42º 0.66% 0.68% -
XYZ 24.29 21.36 7.12 -
YUV 125.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 174 114 60 0 0.34 0.66 0.32 28.42 0.49 0.46
Hex AE 72 3C 0 22 42 20 1C 31 2E
Octal 256 162 74 0 42 102 40 34 61 56
Binary 10101110 1110010 111100 0 100010 1000010 100000 11100 110001 101110

Color Harmonies of #AE723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE723C

Black with #AE723C

Text Example


Text Example

White with #AE723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE723C; }

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

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

background-color css

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

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

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

border-color css

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

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

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