Html Css Color HEX #AA6838 Bourbon

📋 copy color: '#AA6838'

red 170 ◦ green 104 ◦ blue 56

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

Shades of Bourbon #AA6838

Tints of Bourbon #AA6838

RGB

 RED value IS 170 (66.8% from 255) = 51.52%

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

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 51.52%
G = 31.52%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA6838 (or 0xAA6838) is known color: Bourbon. HEX triplet: AA, 68 and 38. RGB value is (170,104,56). Sum of RGB (Red+Green+Blue) = 170+104+56=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6838 is #5597C7. Grayscale: #767676. Windows color (decimal): -5609416 or 3696810. OLE color: 3696810.

HSL color Cylindrical-coordinate representation of color #AA6838: hue angle of 25.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA6838 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 56 -
CMYK 0 0.39 0.67 0.33
HSL 25.26º 0.5% 0.44% -
HSV(B) 25.26º 0.67% 0.67% -
XYZ 22.24 18.73 6.18 -
YUV 118.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 170 104 56 0 0.39 0.67 0.33 25.26 0.5 0.44
Hex AA 68 38 0 27 43 21 19 32 2C
Octal 252 150 70 0 47 103 41 31 62 54
Binary 10101010 1101000 111000 0 100111 1000011 100001 11001 110010 101100

Color Harmonies of #AA6838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6838

Black with #AA6838

Text Example


Text Example

White with #AA6838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6838; }

 p { color: rgb(170,104,56); }

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

background-color css

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

 a { background-color: rgb(170,104,56); }

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

border-color css

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

 span { border-color: rgb(170,104,56); }

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