Html Css Color HEX #A2763F Buttered Rum

📋 copy color: '#A2763F'

red 162 ◦ green 118 ◦ blue 63

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

Shades of Buttered Rum #A2763F

Tints of Buttered Rum #A2763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 47.23%
G = 34.4%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2763F (or 0xA2763F) is known color: Buttered Rum. HEX triplet: A2, 76 and 3F. RGB value is (162,118,63). Sum of RGB (Red+Green+Blue) = 162+118+63=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2763F is #5D89C0. Grayscale: #7D7D7D. Windows color (decimal): -6130113 or 4159138. OLE color: 4159138.

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

Color convert

RGB 162 118 63 -
CMYK 0 0.27 0.61 0.36
HSL 33.33º 0.44% 0.44% -
HSV(B) 33.33º 0.61% 0.64% -
XYZ 22.28 21 7.58 -
YUV 124.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 162 118 63 0 0.27 0.61 0.36 33.33 0.44 0.44
Hex A2 76 3F 0 1B 3D 24 21 2C 2C
Octal 242 166 77 0 33 75 44 41 54 54
Binary 10100010 1110110 111111 0 11011 111101 100100 100001 101100 101100

Color Harmonies of #A2763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2763F

Black with #A2763F

Text Example


Text Example

White with #A2763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2763F; }

 p { color: rgb(162,118,63); }

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

background-color css

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

 a { background-color: rgb(162,118,63); }

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

border-color css

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

 span { border-color: rgb(162,118,63); }

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