Html Css Color HEX #AE653A Bourbon

📋 copy color: '#AE653A'

red 174 ◦ green 101 ◦ blue 58

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

Shades of Bourbon #AE653A

Tints of Bourbon #AE653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 52.25%
G = 30.33%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE653A (or 0xAE653A) is known color: Bourbon. HEX triplet: AE, 65 and 3A. RGB value is (174,101,58). Sum of RGB (Red+Green+Blue) = 174+101+58=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE653A is #519AC5. Grayscale: #767676. Windows color (decimal): -5348038 or 3827118. OLE color: 3827118.

HSL color Cylindrical-coordinate representation of color #AE653A: hue angle of 22.24º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE653A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 58 -
CMYK 0 0.42 0.67 0.32
HSL 22.24º 0.5% 0.45% -
HSV(B) 22.24º 0.67% 0.68% -
XYZ 22.87 18.61 6.39 -
YUV 117.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 174 101 58 0 0.42 0.67 0.32 22.24 0.5 0.45
Hex AE 65 3A 0 2A 43 20 16 32 2D
Octal 256 145 72 0 52 103 40 26 62 55
Binary 10101110 1100101 111010 0 101010 1000011 100000 10110 110010 101101

Color Harmonies of #AE653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE653A

Black with #AE653A

Text Example


Text Example

White with #AE653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE653A; }

 p { color: rgb(174,101,58); }

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

background-color css

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

 a { background-color: rgb(174,101,58); }

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

border-color css

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

 span { border-color: rgb(174,101,58); }

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