Html Css Color HEX #AE6D3F Bourbon

📋 copy color: '#AE6D3F'

red 174 ◦ green 109 ◦ blue 63

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

Shades of Bourbon #AE6D3F

Tints of Bourbon #AE6D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 50.29%
G = 31.5%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE6D3F (or 0xAE6D3F) is known color: Bourbon. HEX triplet: AE, 6D and 3F. RGB value is (174,109,63). Sum of RGB (Red+Green+Blue) = 174+109+63=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D3F is #5192C0. Grayscale: #7B7B7B. Windows color (decimal): -5345985 or 4156846. OLE color: 4156846.

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

Color convert

RGB 174 109 63 -
CMYK 0 0.37 0.64 0.32
HSL 24.86º 0.47% 0.46% -
HSV(B) 24.86º 0.64% 0.68% -
XYZ 23.82 20.29 7.36 -
YUV 123.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 174 109 63 0 0.37 0.64 0.32 24.86 0.47 0.46
Hex AE 6D 3F 0 25 40 20 19 2F 2E
Octal 256 155 77 0 45 100 40 31 57 56
Binary 10101110 1101101 111111 0 100101 1000000 100000 11001 101111 101110

Color Harmonies of #AE6D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D3F

Black with #AE6D3F

Text Example


Text Example

White with #AE6D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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