Html Css Color HEX #AE6B44 Bourbon

📋 copy color: '#AE6B44'

red 174 ◦ green 107 ◦ blue 68

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

Shades of Bourbon #AE6B44

Tints of Bourbon #AE6B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 49.86%
G = 30.66%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6B44 (or 0xAE6B44) is known color: Bourbon. HEX triplet: AE, 6B and 44. RGB value is (174,107,68). Sum of RGB (Red+Green+Blue) = 174+107+68=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6B44 is #5194BB. Grayscale: #7A7A7A. Windows color (decimal): -5346492 or 4484014. OLE color: 4484014.

HSL color Cylindrical-coordinate representation of color #AE6B44: hue angle of 22.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE6B44 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 107 68 -
CMYK 0 0.39 0.61 0.32
HSL 22.08º 0.44% 0.47% -
HSV(B) 22.08º 0.61% 0.68% -
XYZ 23.76 19.93 8.06 -
YUV 122.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 174 107 68 0 0.39 0.61 0.32 22.08 0.44 0.47
Hex AE 6B 44 0 27 3D 20 16 2C 2F
Octal 256 153 104 0 47 75 40 26 54 57
Binary 10101110 1101011 1000100 0 100111 111101 100000 10110 101100 101111

Color Harmonies of #AE6B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6B44

Black with #AE6B44

Text Example


Text Example

White with #AE6B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6B44; }

 p { color: rgb(174,107,68); }

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

background-color css

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

 a { background-color: rgb(174,107,68); }

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

border-color css

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

 span { border-color: rgb(174,107,68); }

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