Html Css Color HEX #A27443 Bourbon

📋 copy color: '#A27443'

red 162 ◦ green 116 ◦ blue 67

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

Shades of Bourbon #A27443

Tints of Bourbon #A27443

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 46.96%
G = 33.62%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A27443 (or 0xA27443) is known color: Bourbon. HEX triplet: A2, 74 and 43. RGB value is (162,116,67). Sum of RGB (Red+Green+Blue) = 162+116+67=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27443 is #5D8BBC. Grayscale: #7C7C7C. Windows color (decimal): -6130621 or 4420770. OLE color: 4420770.

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

Color convert

RGB 162 116 67 -
CMYK 0 0.28 0.59 0.36
HSL 30.95º 0.41% 0.45% -
HSV(B) 30.95º 0.59% 0.64% -
XYZ 22.16 20.58 8.11 -
YUV 124.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 162 116 67 0 0.28 0.59 0.36 30.95 0.41 0.45
Hex A2 74 43 0 1C 3B 24 1F 29 2D
Octal 242 164 103 0 34 73 44 37 51 55
Binary 10100010 1110100 1000011 0 11100 111011 100100 11111 101001 101101

Color Harmonies of #A27443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27443

Black with #A27443

Text Example


Text Example

White with #A27443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27443; }

 p { color: rgb(162,116,67); }

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

background-color css

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

 a { background-color: rgb(162,116,67); }

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

border-color css

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

 span { border-color: rgb(162,116,67); }

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