Html Css Color HEX #AE663B Bourbon

📋 copy color: '#AE663B'

red 174 ◦ green 102 ◦ blue 59

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

Shades of Bourbon #AE663B

Tints of Bourbon #AE663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 51.94%
G = 30.45%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE663B (or 0xAE663B) is known color: Bourbon. HEX triplet: AE, 66 and 3B. RGB value is (174,102,59). Sum of RGB (Red+Green+Blue) = 174+102+59=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE663B is #5199C4. Grayscale: #767676. Windows color (decimal): -5347781 or 3892910. OLE color: 3892910.

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

Color convert

RGB 174 102 59 -
CMYK 0 0.41 0.66 0.32
HSL 22.43º 0.49% 0.46% -
HSV(B) 22.43º 0.66% 0.68% -
XYZ 23 18.82 6.56 -
YUV 118.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 174 102 59 0 0.41 0.66 0.32 22.43 0.49 0.46
Hex AE 66 3B 0 29 42 20 16 31 2E
Octal 256 146 73 0 51 102 40 26 61 56
Binary 10101110 1100110 111011 0 101001 1000010 100000 10110 110001 101110

Color Harmonies of #AE663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE663B

Black with #AE663B

Text Example


Text Example

White with #AE663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE663B; }

 p { color: rgb(174,102,59); }

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

background-color css

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

 a { background-color: rgb(174,102,59); }

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

border-color css

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

 span { border-color: rgb(174,102,59); }

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