Html Css Color HEX #A27246 Bourbon

📋 copy color: '#A27246'

red 162 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #A27246

Tints of Bourbon #A27246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 46.82%
G = 32.95%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A27246 (or 0xA27246) is known color: Bourbon. HEX triplet: A2, 72 and 46. RGB value is (162,114,70). Sum of RGB (Red+Green+Blue) = 162+114+70=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A27246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27246 is #5D8DB9. Grayscale: #7B7B7B. Windows color (decimal): -6131130 or 4616866. OLE color: 4616866.

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

Color convert

RGB 162 114 70 -
CMYK 0 0.30 0.57 0.36
HSL 28.7º 0.4% 0.45% -
HSV(B) 28.7º 0.57% 0.64% -
XYZ 22.02 20.16 8.52 -
YUV 123.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 162 114 70 0 0.30 0.57 0.36 28.7 0.4 0.45
Hex A2 72 46 0 1E 39 24 1D 28 2D
Octal 242 162 106 0 36 71 44 35 50 55
Binary 10100010 1110010 1000110 0 11110 111001 100100 11101 101000 101101

Color Harmonies of #A27246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27246

Black with #A27246

Text Example


Text Example

White with #A27246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27246; }

 p { color: rgb(162,114,70); }

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

background-color css

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

 a { background-color: rgb(162,114,70); }

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

border-color css

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

 span { border-color: rgb(162,114,70); }

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