Html Css Color HEX #A27042 Bourbon

📋 copy color: '#A27042'

red 162 ◦ green 112 ◦ blue 66

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

Shades of Bourbon #A27042

Tints of Bourbon #A27042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 47.65%
G = 32.94%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A27042 (or 0xA27042) is known color: Bourbon. HEX triplet: A2, 70 and 42. RGB value is (162,112,66). Sum of RGB (Red+Green+Blue) = 162+112+66=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A27042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27042 is #5D8FBD. Grayscale: #797979. Windows color (decimal): -6131646 or 4354210. OLE color: 4354210.

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

Color convert

RGB 162 112 66 -
CMYK 0 0.31 0.59 0.36
HSL 28.75º 0.42% 0.45% -
HSV(B) 28.75º 0.59% 0.64% -
XYZ 21.68 19.66 7.81 -
YUV 121.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 162 112 66 0 0.31 0.59 0.36 28.75 0.42 0.45
Hex A2 70 42 0 1F 3B 24 1D 2A 2D
Octal 242 160 102 0 37 73 44 35 52 55
Binary 10100010 1110000 1000010 0 11111 111011 100100 11101 101010 101101

Color Harmonies of #A27042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27042

Black with #A27042

Text Example


Text Example

White with #A27042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27042; }

 p { color: rgb(162,112,66); }

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

background-color css

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

 a { background-color: rgb(162,112,66); }

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

border-color css

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

 span { border-color: rgb(162,112,66); }

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