Html Css Color HEX #A27440 Bourbon

📋 copy color: '#A27440'

red 162 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #A27440

Tints of Bourbon #A27440

RGB

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

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

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

R = 47.37%
G = 33.92%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27440 (or 0xA27440) is known color: Bourbon. HEX triplet: A2, 74 and 40. RGB value is (162,116,64). Sum of RGB (Red+Green+Blue) = 162+116+64=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A27440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27440 is #5D8BBF. Grayscale: #7C7C7C. Windows color (decimal): -6130624 or 4224162. OLE color: 4224162.

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

Color convert

RGB 162 116 64 -
CMYK 0 0.28 0.60 0.36
HSL 31.84º 0.43% 0.44% -
HSV(B) 31.84º 0.6% 0.64% -
XYZ 22.07 20.54 7.65 -
YUV 123.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 162 116 64 0 0.28 0.60 0.36 31.84 0.43 0.44
Hex A2 74 40 0 1C 3C 24 20 2B 2C
Octal 242 164 100 0 34 74 44 40 53 54
Binary 10100010 1110100 1000000 0 11100 111100 100100 100000 101011 101100

Color Harmonies of #A27440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27440

Black with #A27440

Text Example


Text Example

White with #A27440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27440; }

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

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

background-color css

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

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

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

border-color css

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

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

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