Html Css Color HEX #AE793F Bourbon

📋 copy color: '#AE793F'

red 174 ◦ green 121 ◦ blue 63

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

Shades of Bourbon #AE793F

Tints of Bourbon #AE793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 63 (25% from 255) = 17.6%

R = 48.6%
G = 33.8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE793F (or 0xAE793F) is known color: Bourbon. HEX triplet: AE, 79 and 3F. RGB value is (174,121,63). Sum of RGB (Red+Green+Blue) = 174+121+63=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE793F is #5186C0. Grayscale: #828282. Windows color (decimal): -5342913 or 4159918. OLE color: 4159918.

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

Color convert

RGB 174 121 63 -
CMYK 0 0.30 0.64 0.32
HSL 31.35º 0.47% 0.46% -
HSV(B) 31.35º 0.64% 0.68% -
XYZ 25.19 23.03 7.82 -
YUV 130.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 174 121 63 0 0.30 0.64 0.32 31.35 0.47 0.46
Hex AE 79 3F 0 1E 40 20 1F 2F 2E
Octal 256 171 77 0 36 100 40 37 57 56
Binary 10101110 1111001 111111 0 11110 1000000 100000 11111 101111 101110

Color Harmonies of #AE793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE793F

Black with #AE793F

Text Example


Text Example

White with #AE793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE793F; }

 p { color: rgb(174,121,63); }

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

background-color css

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

 a { background-color: rgb(174,121,63); }

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

border-color css

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

 span { border-color: rgb(174,121,63); }

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