Html Css Color HEX #A2783E Buttered Rum

📋 copy color: '#A2783E'

red 162 ◦ green 120 ◦ blue 62

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

Shades of Buttered Rum #A2783E

Tints of Buttered Rum #A2783E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

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

R = 47.09%
G = 34.88%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2783E (or 0xA2783E) is known color: Buttered Rum. HEX triplet: A2, 78 and 3E. RGB value is (162,120,62). Sum of RGB (Red+Green+Blue) = 162+120+62=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2783E is #5D87C1. Grayscale: #7E7E7E. Windows color (decimal): -6129602 or 4094114. OLE color: 4094114.

HSL color Cylindrical-coordinate representation of color #A2783E: hue angle of 34.8º 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 #A2783E is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 120 62 -
CMYK 0 0.26 0.62 0.36
HSL 34.8º 0.45% 0.44% -
HSV(B) 34.8º 0.62% 0.64% -
XYZ 22.49 21.46 7.51 -
YUV 125.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 162 120 62 0 0.26 0.62 0.36 34.8 0.45 0.44
Hex A2 78 3E 0 1A 3E 24 23 2D 2C
Octal 242 170 76 0 32 76 44 43 55 54
Binary 10100010 1111000 111110 0 11010 111110 100100 100011 101101 101100

Color Harmonies of #A2783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2783E

Black with #A2783E

Text Example


Text Example

White with #A2783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2783E; }

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

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

background-color css

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

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

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

border-color css

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

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

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