Html Css Color HEX #AA673B Bourbon

📋 copy color: '#AA673B'

red 170 ◦ green 103 ◦ blue 59

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

Shades of Bourbon #AA673B

Tints of Bourbon #AA673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 51.2%
G = 31.02%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA673B (or 0xAA673B) is known color: Bourbon. HEX triplet: AA, 67 and 3B. RGB value is (170,103,59). Sum of RGB (Red+Green+Blue) = 170+103+59=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673B is #5598C4. Grayscale: #767676. Windows color (decimal): -5609669 or 3893162. OLE color: 3893162.

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

Color convert

RGB 170 103 59 -
CMYK 0 0.39 0.65 0.33
HSL 23.78º 0.48% 0.45% -
HSV(B) 23.78º 0.65% 0.67% -
XYZ 22.22 18.56 6.55 -
YUV 118.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 170 103 59 0 0.39 0.65 0.33 23.78 0.48 0.45
Hex AA 67 3B 0 27 41 21 18 30 2D
Octal 252 147 73 0 47 101 41 30 60 55
Binary 10101010 1100111 111011 0 100111 1000001 100001 11000 110000 101101

Color Harmonies of #AA673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA673B

Black with #AA673B

Text Example


Text Example

White with #AA673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA673B; }

 p { color: rgb(170,103,59); }

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

background-color css

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

 a { background-color: rgb(170,103,59); }

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

border-color css

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

 span { border-color: rgb(170,103,59); }

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