Html Css Color HEX #A97242 Bourbon

📋 copy color: '#A97242'

red 169 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #A97242

Tints of Bourbon #A97242

RGB

 RED value IS 169 (66.41% from 255) = 48.42%

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 48.42%
G = 32.66%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A97242 (or 0xA97242) is known color: Bourbon. HEX triplet: A9, 72 and 42. RGB value is (169,114,66). Sum of RGB (Red+Green+Blue) = 169+114+66=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A97242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97242 is #568DBD. Grayscale: #7D7D7D. Windows color (decimal): -5672382 or 4354729. OLE color: 4354729.

HSL color Cylindrical-coordinate representation of color #A97242: hue angle of 27.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A97242 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 114 66 -
CMYK 0 0.33 0.61 0.34
HSL 27.96º 0.44% 0.46% -
HSV(B) 27.96º 0.61% 0.66% -
XYZ 23.36 20.86 7.95 -
YUV 124.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 169 114 66 0 0.33 0.61 0.34 27.96 0.44 0.46
Hex A9 72 42 0 21 3D 22 1C 2C 2E
Octal 251 162 102 0 41 75 42 34 54 56
Binary 10101001 1110010 1000010 0 100001 111101 100010 11100 101100 101110

Color Harmonies of #A97242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97242

Black with #A97242

Text Example


Text Example

White with #A97242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97242; }

 p { color: rgb(169,114,66); }

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

background-color css

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

 a { background-color: rgb(169,114,66); }

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

border-color css

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

 span { border-color: rgb(169,114,66); }

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