Html Css Color HEX #A27342 Bourbon

📋 copy color: '#A27342'

red 162 ◦ green 115 ◦ blue 66

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

Shades of Bourbon #A27342

Tints of Bourbon #A27342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

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

R = 47.23%
G = 33.53%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A27342 (or 0xA27342) is known color: Bourbon. HEX triplet: A2, 73 and 42. RGB value is (162,115,66). Sum of RGB (Red+Green+Blue) = 162+115+66=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A27342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27342 is #5D8CBD. Grayscale: #7B7B7B. Windows color (decimal): -6130878 or 4354978. OLE color: 4354978.

HSL color Cylindrical-coordinate representation of color #A27342: hue angle of 30.63º 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 #A27342 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 66 -
CMYK 0 0.29 0.59 0.36
HSL 30.63º 0.42% 0.45% -
HSV(B) 30.63º 0.59% 0.64% -
XYZ 22.01 20.34 7.92 -
YUV 123.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 162 115 66 0 0.29 0.59 0.36 30.63 0.42 0.45
Hex A2 73 42 0 1D 3B 24 1F 2A 2D
Octal 242 163 102 0 35 73 44 37 52 55
Binary 10100010 1110011 1000010 0 11101 111011 100100 11111 101010 101101

Color Harmonies of #A27342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27342

Black with #A27342

Text Example


Text Example

White with #A27342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27342; }

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

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

background-color css

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

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

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

border-color css

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

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

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