Html Css Color HEX #AA673A Bourbon

📋 copy color: '#AA673A'

red 170 ◦ green 103 ◦ blue 58

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

Shades of Bourbon #AA673A

Tints of Bourbon #AA673A

RGB

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

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

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

R = 51.36%
G = 31.12%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA673A (or 0xAA673A) is known color: Bourbon. HEX triplet: AA, 67 and 3A. RGB value is (170,103,58). Sum of RGB (Red+Green+Blue) = 170+103+58=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673A is #5598C5. Grayscale: #767676. Windows color (decimal): -5609670 or 3827626. OLE color: 3827626.

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

Color convert

RGB 170 103 58 -
CMYK 0 0.39 0.66 0.33
HSL 24.11º 0.49% 0.45% -
HSV(B) 24.11º 0.66% 0.67% -
XYZ 22.19 18.55 6.41 -
YUV 117.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 170 103 58 0 0.39 0.66 0.33 24.11 0.49 0.45
Hex AA 67 3A 0 27 42 21 18 31 2D
Octal 252 147 72 0 47 102 41 30 61 55
Binary 10101010 1100111 111010 0 100111 1000010 100001 11000 110001 101101

Color Harmonies of #AA673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA673A

Black with #AA673A

Text Example


Text Example

White with #AA673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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