Html Css Color HEX #AA663C Bourbon

📋 copy color: '#AA663C'

red 170 ◦ green 102 ◦ blue 60

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

Shades of Bourbon #AA663C

Tints of Bourbon #AA663C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 51.2%
G = 30.72%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA663C (or 0xAA663C) is known color: Bourbon. HEX triplet: AA, 66 and 3C. RGB value is (170,102,60). Sum of RGB (Red+Green+Blue) = 170+102+60=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663C is #5599C3. Grayscale: #757575. Windows color (decimal): -5609924 or 3958442. OLE color: 3958442.

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

Color convert

RGB 170 102 60 -
CMYK 0 0.4 0.65 0.33
HSL 22.91º 0.48% 0.45% -
HSV(B) 22.91º 0.65% 0.67% -
XYZ 22.14 18.38 6.65 -
YUV 117.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 170 102 60 0 0.4 0.65 0.33 22.91 0.48 0.45
Hex AA 66 3C 0 28 41 21 17 30 2D
Octal 252 146 74 0 50 101 41 27 60 55
Binary 10101010 1100110 111100 0 101000 1000001 100001 10111 110000 101101

Color Harmonies of #AA663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA663C

Black with #AA663C

Text Example


Text Example

White with #AA663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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