Html Css Color HEX #AA693F Bourbon

📋 copy color: '#AA693F'

red 170 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #AA693F

Tints of Bourbon #AA693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 50.3%
G = 31.07%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA693F (or 0xAA693F) is known color: Bourbon. HEX triplet: AA, 69 and 3F. RGB value is (170,105,63). Sum of RGB (Red+Green+Blue) = 170+105+63=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693F is #5596C0. Grayscale: #777777. Windows color (decimal): -5609153 or 4155818. OLE color: 4155818.

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

Color convert

RGB 170 105 63 -
CMYK 0 0.38 0.63 0.33
HSL 23.55º 0.46% 0.46% -
HSV(B) 23.55º 0.63% 0.67% -
XYZ 22.53 19.01 7.18 -
YUV 119.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 170 105 63 0 0.38 0.63 0.33 23.55 0.46 0.46
Hex AA 69 3F 0 26 3F 21 18 2E 2E
Octal 252 151 77 0 46 77 41 30 56 56
Binary 10101010 1101001 111111 0 100110 111111 100001 11000 101110 101110

Color Harmonies of #AA693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA693F

Black with #AA693F

Text Example


Text Example

White with #AA693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA693F; }

 p { color: rgb(170,105,63); }

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

background-color css

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

 a { background-color: rgb(170,105,63); }

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

border-color css

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

 span { border-color: rgb(170,105,63); }

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