Html Css Color HEX #A2783F Buttered Rum

📋 copy color: '#A2783F'

red 162 ◦ green 120 ◦ blue 63

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

Shades of Buttered Rum #A2783F

Tints of Buttered Rum #A2783F

RGB

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

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

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

R = 46.96%
G = 34.78%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2783F (or 0xA2783F) is known color: Buttered Rum. HEX triplet: A2, 78 and 3F. RGB value is (162,120,63). Sum of RGB (Red+Green+Blue) = 162+120+63=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2783F is #5D87C0. Grayscale: #7E7E7E. Windows color (decimal): -6129601 or 4159650. OLE color: 4159650.

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

Color convert

RGB 162 120 63 -
CMYK 0 0.26 0.61 0.36
HSL 34.55º 0.44% 0.44% -
HSV(B) 34.55º 0.61% 0.64% -
XYZ 22.51 21.47 7.66 -
YUV 126.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 162 120 63 0 0.26 0.61 0.36 34.55 0.44 0.44
Hex A2 78 3F 0 1A 3D 24 23 2C 2C
Octal 242 170 77 0 32 75 44 43 54 54
Binary 10100010 1111000 111111 0 11010 111101 100100 100011 101100 101100

Color Harmonies of #A2783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2783F

Black with #A2783F

Text Example


Text Example

White with #A2783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2783F; }

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

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

background-color css

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

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

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

border-color css

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

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

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