Html Css Color HEX #AE763F Bourbon

📋 copy color: '#AE763F'

red 174 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #AE763F

Tints of Bourbon #AE763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 49.01%
G = 33.24%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE763F (or 0xAE763F) is known color: Bourbon. HEX triplet: AE, 76 and 3F. RGB value is (174,118,63). Sum of RGB (Red+Green+Blue) = 174+118+63=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE763F is #5189C0. Grayscale: #808080. Windows color (decimal): -5343681 or 4159150. OLE color: 4159150.

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

Color convert

RGB 174 118 63 -
CMYK 0 0.32 0.64 0.32
HSL 29.73º 0.47% 0.46% -
HSV(B) 29.73º 0.64% 0.68% -
XYZ 24.83 22.31 7.7 -
YUV 128.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 174 118 63 0 0.32 0.64 0.32 29.73 0.47 0.46
Hex AE 76 3F 0 20 40 20 1E 2F 2E
Octal 256 166 77 0 40 100 40 36 57 56
Binary 10101110 1110110 111111 0 100000 1000000 100000 11110 101111 101110

Color Harmonies of #AE763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE763F

Black with #AE763F

Text Example


Text Example

White with #AE763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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