Html Css Color HEX #A27740 Buttered Rum

📋 copy color: '#A27740'

red 162 ◦ green 119 ◦ blue 64

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

Shades of Buttered Rum #A27740

Tints of Buttered Rum #A27740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 46.96%
G = 34.49%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27740 (or 0xA27740) is known color: Buttered Rum. HEX triplet: A2, 77 and 40. RGB value is (162,119,64). Sum of RGB (Red+Green+Blue) = 162+119+64=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27740 is #5D88BF. Grayscale: #7D7D7D. Windows color (decimal): -6129856 or 4224930. OLE color: 4224930.

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

Color convert

RGB 162 119 64 -
CMYK 0 0.27 0.60 0.36
HSL 33.67º 0.43% 0.44% -
HSV(B) 33.67º 0.6% 0.64% -
XYZ 22.42 21.25 7.77 -
YUV 125.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 162 119 64 0 0.27 0.60 0.36 33.67 0.43 0.44
Hex A2 77 40 0 1B 3C 24 22 2B 2C
Octal 242 167 100 0 33 74 44 42 53 54
Binary 10100010 1110111 1000000 0 11011 111100 100100 100010 101011 101100

Color Harmonies of #A27740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27740

Black with #A27740

Text Example


Text Example

White with #A27740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27740; }

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

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

background-color css

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

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

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

border-color css

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

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

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