Html Css Color HEX #A2733C Buttered Rum

📋 copy color: '#A2733C'

red 162 ◦ green 115 ◦ blue 60

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

Shades of Buttered Rum #A2733C

Tints of Buttered Rum #A2733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 48.07%
G = 34.12%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2733C (or 0xA2733C) is known color: Buttered Rum. HEX triplet: A2, 73 and 3C. RGB value is (162,115,60). Sum of RGB (Red+Green+Blue) = 162+115+60=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2733C is #5D8CC3. Grayscale: #7B7B7B. Windows color (decimal): -6130884 or 3961762. OLE color: 3961762.

HSL color Cylindrical-coordinate representation of color #A2733C: hue angle of 32.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2733C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 60 -
CMYK 0 0.29 0.63 0.36
HSL 32.35º 0.46% 0.44% -
HSV(B) 32.35º 0.63% 0.64% -
XYZ 21.85 20.27 7.04 -
YUV 122.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 162 115 60 0 0.29 0.63 0.36 32.35 0.46 0.44
Hex A2 73 3C 0 1D 3F 24 20 2E 2C
Octal 242 163 74 0 35 77 44 40 56 54
Binary 10100010 1110011 111100 0 11101 111111 100100 100000 101110 101100

Color Harmonies of #A2733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2733C

Black with #A2733C

Text Example


Text Example

White with #A2733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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