Html Css Color HEX #AE6A44 Bourbon

📋 copy color: '#AE6A44'

red 174 ◦ green 106 ◦ blue 68

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

Shades of Bourbon #AE6A44

Tints of Bourbon #AE6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

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

R = 50%
G = 30.46%
B = 19.54%

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

#AE6A44 (or 0xAE6A44) is known color: Bourbon. HEX triplet: AE, 6A and 44. RGB value is (174,106,68). Sum of RGB (Red+Green+Blue) = 174+106+68=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A44 is #5195BB. Grayscale: #7A7A7A. Windows color (decimal): -5346748 or 4483758. OLE color: 4483758.

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

Color convert

RGB 174 106 68 -
CMYK 0 0.39 0.61 0.32
HSL 21.51º 0.44% 0.47% -
HSV(B) 21.51º 0.61% 0.68% -
XYZ 23.65 19.72 8.03 -
YUV 122 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 174 106 68 0 0.39 0.61 0.32 21.51 0.44 0.47
Hex AE 6A 44 0 27 3D 20 16 2C 2F
Octal 256 152 104 0 47 75 40 26 54 57
Binary 10101110 1101010 1000100 0 100111 111101 100000 10110 101100 101111

Color Harmonies of #AE6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A44

Black with #AE6A44

Text Example


Text Example

White with #AE6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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