Html Css Color HEX #A2733A Buttered Rum

📋 copy color: '#A2733A'

red 162 ◦ green 115 ◦ blue 58

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

Shades of Buttered Rum #A2733A

Tints of Buttered Rum #A2733A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 48.36%
G = 34.33%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2733A (or 0xA2733A) is known color: Buttered Rum. HEX triplet: A2, 73 and 3A. RGB value is (162,115,58). Sum of RGB (Red+Green+Blue) = 162+115+58=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2733A is #5D8CC5. Grayscale: #7A7A7A. Windows color (decimal): -6130886 or 3830690. OLE color: 3830690.

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

Color convert

RGB 162 115 58 -
CMYK 0 0.29 0.64 0.36
HSL 32.88º 0.47% 0.43% -
HSV(B) 32.88º 0.64% 0.64% -
XYZ 21.79 20.25 6.76 -
YUV 122.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 162 115 58 0 0.29 0.64 0.36 32.88 0.47 0.43
Hex A2 73 3A 0 1D 40 24 21 2F 2B
Octal 242 163 72 0 35 100 44 41 57 53
Binary 10100010 1110011 111010 0 11101 1000000 100100 100001 101111 101011

Color Harmonies of #A2733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2733A

Black with #A2733A

Text Example


Text Example

White with #A2733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2733A; }

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

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

background-color css

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

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

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

border-color css

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

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

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