Html Css Color HEX #AA663A Bourbon

📋 copy color: '#AA663A'

red 170 ◦ green 102 ◦ blue 58

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

Shades of Bourbon #AA663A

Tints of Bourbon #AA663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 51.52%
G = 30.91%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA663A (or 0xAA663A) is known color: Bourbon. HEX triplet: AA, 66 and 3A. RGB value is (170,102,58). Sum of RGB (Red+Green+Blue) = 170+102+58=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663A is #5599C5. Grayscale: #757575. Windows color (decimal): -5609926 or 3827370. OLE color: 3827370.

HSL color Cylindrical-coordinate representation of color #AA663A: hue angle of 23.57º 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 #AA663A is Cyan = 0, Magento = 0.4, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 58 -
CMYK 0 0.4 0.66 0.33
HSL 23.57º 0.49% 0.45% -
HSV(B) 23.57º 0.66% 0.67% -
XYZ 22.09 18.35 6.38 -
YUV 117.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 170 102 58 0 0.4 0.66 0.33 23.57 0.49 0.45
Hex AA 66 3A 0 28 42 21 18 31 2D
Octal 252 146 72 0 50 102 41 30 61 55
Binary 10101010 1100110 111010 0 101000 1000010 100001 11000 110001 101101

Color Harmonies of #AA663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA663A

Black with #AA663A

Text Example


Text Example

White with #AA663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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