Html Css Color HEX #AE683E Bourbon

📋 copy color: '#AE683E'

red 174 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #AE683E

Tints of Bourbon #AE683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 51.18%
G = 30.59%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE683E (or 0xAE683E) is known color: Bourbon. HEX triplet: AE, 68 and 3E. RGB value is (174,104,62). Sum of RGB (Red+Green+Blue) = 174+104+62=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE683E is #5197C1. Grayscale: #787878. Windows color (decimal): -5347266 or 4090030. OLE color: 4090030.

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

Color convert

RGB 174 104 62 -
CMYK 0 0.40 0.64 0.32
HSL 22.5º 0.47% 0.46% -
HSV(B) 22.5º 0.64% 0.68% -
XYZ 23.28 19.25 7.05 -
YUV 120.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 174 104 62 0 0.40 0.64 0.32 22.5 0.47 0.46
Hex AE 68 3E 0 28 40 20 16 2F 2E
Octal 256 150 76 0 50 100 40 26 57 56
Binary 10101110 1101000 111110 0 101000 1000000 100000 10110 101111 101110

Color Harmonies of #AE683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE683E

Black with #AE683E

Text Example


Text Example

White with #AE683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE683E; }

 p { color: rgb(174,104,62); }

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

background-color css

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

 a { background-color: rgb(174,104,62); }

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

border-color css

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

 span { border-color: rgb(174,104,62); }

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