Html Css Color HEX #A27034 Buttered Rum

📋 copy color: '#A27034'

red 162 ◦ green 112 ◦ blue 52

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

Shades of Buttered Rum #A27034

Tints of Buttered Rum #A27034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 49.69%
G = 34.36%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A27034 (or 0xA27034) is known color: Buttered Rum. HEX triplet: A2, 70 and 34. RGB value is (162,112,52). Sum of RGB (Red+Green+Blue) = 162+112+52=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A27034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27034 is #5D8FCB. Grayscale: #787878. Windows color (decimal): -6131660 or 3436706. OLE color: 3436706.

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

Color convert

RGB 162 112 52 -
CMYK 0 0.31 0.68 0.36
HSL 32.73º 0.51% 0.42% -
HSV(B) 32.73º 0.68% 0.64% -
XYZ 21.31 19.52 5.89 -
YUV 120.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 162 112 52 0 0.31 0.68 0.36 32.73 0.51 0.42
Hex A2 70 34 0 1F 44 24 21 33 2A
Octal 242 160 64 0 37 104 44 41 63 52
Binary 10100010 1110000 110100 0 11111 1000100 100100 100001 110011 101010

Color Harmonies of #A27034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27034

Black with #A27034

Text Example


Text Example

White with #A27034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27034; }

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

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

background-color css

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

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

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

border-color css

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

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

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