Html Css Color HEX #A2763E Buttered Rum

📋 copy color: '#A2763E'

red 162 ◦ green 118 ◦ blue 62

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

Shades of Buttered Rum #A2763E

Tints of Buttered Rum #A2763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 47.37%
G = 34.5%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2763E (or 0xA2763E) is known color: Buttered Rum. HEX triplet: A2, 76 and 3E. RGB value is (162,118,62). Sum of RGB (Red+Green+Blue) = 162+118+62=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2763E is #5D89C1. Grayscale: #7D7D7D. Windows color (decimal): -6130114 or 4093602. OLE color: 4093602.

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

Color convert

RGB 162 118 62 -
CMYK 0 0.27 0.62 0.36
HSL 33.6º 0.45% 0.44% -
HSV(B) 33.6º 0.62% 0.64% -
XYZ 22.25 20.99 7.44 -
YUV 124.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 162 118 62 0 0.27 0.62 0.36 33.6 0.45 0.44
Hex A2 76 3E 0 1B 3E 24 22 2D 2C
Octal 242 166 76 0 33 76 44 42 55 54
Binary 10100010 1110110 111110 0 11011 111110 100100 100010 101101 101100

Color Harmonies of #A2763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2763E

Black with #A2763E

Text Example


Text Example

White with #A2763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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