Html Css Color HEX #A27140 Bourbon

📋 copy color: '#A27140'

red 162 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #A27140

Tints of Bourbon #A27140

RGB

 RED value IS 162 (63.67% from 255) = 47.79%

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

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 47.79%
G = 33.33%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27140 (or 0xA27140) is known color: Bourbon. HEX triplet: A2, 71 and 40. RGB value is (162,113,64). Sum of RGB (Red+Green+Blue) = 162+113+64=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A27140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27140 is #5D8EBF. Grayscale: #7A7A7A. Windows color (decimal): -6131392 or 4223394. OLE color: 4223394.

HSL color Cylindrical-coordinate representation of color #A27140: hue angle of 30º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27140 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 64 -
CMYK 0 0.30 0.60 0.36
HSL 30º 0.43% 0.44% -
HSV(B) 30º 0.6% 0.64% -
XYZ 21.73 19.86 7.54 -
YUV 122.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 162 113 64 0 0.30 0.60 0.36 30 0.43 0.44
Hex A2 71 40 0 1E 3C 24 1E 2B 2C
Octal 242 161 100 0 36 74 44 36 53 54
Binary 10100010 1110001 1000000 0 11110 111100 100100 11110 101011 101100

Color Harmonies of #A27140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27140

Black with #A27140

Text Example


Text Example

White with #A27140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27140; }

 p { color: rgb(162,113,64); }

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

background-color css

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

 a { background-color: rgb(162,113,64); }

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

border-color css

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

 span { border-color: rgb(162,113,64); }

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