Html Css Color HEX #A17145 Bourbon

📋 copy color: '#A17145'

red 161 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #A17145

Tints of Bourbon #A17145

RGB

 RED value IS 161 (63.28% from 255) = 46.94%

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 46.94%
G = 32.94%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A17145 (or 0xA17145) is known color: Bourbon. HEX triplet: A1, 71 and 45. RGB value is (161,113,69). Sum of RGB (Red+Green+Blue) = 161+113+69=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A17145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17145 is #5E8EBA. Grayscale: #7A7A7A. Windows color (decimal): -6196923 or 4551073. OLE color: 4551073.

HSL color Cylindrical-coordinate representation of color #A17145: hue angle of 28.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17145 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 69 -
CMYK 0 0.30 0.57 0.37
HSL 28.7º 0.4% 0.45% -
HSV(B) 28.7º 0.57% 0.63% -
XYZ 21.68 19.82 8.31 -
YUV 122.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 161 113 69 0 0.30 0.57 0.37 28.7 0.4 0.45
Hex A1 71 45 0 1E 39 25 1D 28 2D
Octal 241 161 105 0 36 71 45 35 50 55
Binary 10100001 1110001 1000101 0 11110 111001 100101 11101 101000 101101

Color Harmonies of #A17145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17145

Black with #A17145

Text Example


Text Example

White with #A17145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17145; }

 p { color: rgb(161,113,69); }

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

background-color css

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

 a { background-color: rgb(161,113,69); }

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

border-color css

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

 span { border-color: rgb(161,113,69); }

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