Html Css Color HEX #AE663C Bourbon

📋 copy color: '#AE663C'

red 174 ◦ green 102 ◦ blue 60

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

Shades of Bourbon #AE663C

Tints of Bourbon #AE663C

RGB

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

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

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

R = 51.79%
G = 30.36%
B = 17.86%

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

#AE663C (or 0xAE663C) is known color: Bourbon. HEX triplet: AE, 66 and 3C. RGB value is (174,102,60). Sum of RGB (Red+Green+Blue) = 174+102+60=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE663C is #5199C3. Grayscale: #767676. Windows color (decimal): -5347780 or 3958446. OLE color: 3958446.

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

Color convert

RGB 174 102 60 -
CMYK 0 0.41 0.66 0.32
HSL 22.11º 0.49% 0.46% -
HSV(B) 22.11º 0.66% 0.68% -
XYZ 23.02 18.83 6.7 -
YUV 118.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 174 102 60 0 0.41 0.66 0.32 22.11 0.49 0.46
Hex AE 66 3C 0 29 42 20 16 31 2E
Octal 256 146 74 0 51 102 40 26 61 56
Binary 10101110 1100110 111100 0 101001 1000010 100000 10110 110001 101110

Color Harmonies of #AE663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE663C

Black with #AE663C

Text Example


Text Example

White with #AE663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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