Html Css Color HEX #A2723D Buttered Rum

📋 copy color: '#A2723D'

red 162 ◦ green 114 ◦ blue 61

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

Shades of Buttered Rum #A2723D

Tints of Buttered Rum #A2723D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 48.07%
G = 33.83%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2723D (or 0xA2723D) is known color: Buttered Rum. HEX triplet: A2, 72 and 3D. RGB value is (162,114,61). Sum of RGB (Red+Green+Blue) = 162+114+61=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2723D is #5D8DC2. Grayscale: #7A7A7A. Windows color (decimal): -6131139 or 4027042. OLE color: 4027042.

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

Color convert

RGB 162 114 61 -
CMYK 0 0.30 0.62 0.36
HSL 31.49º 0.45% 0.44% -
HSV(B) 31.49º 0.62% 0.64% -
XYZ 21.76 20.05 7.14 -
YUV 122.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 162 114 61 0 0.30 0.62 0.36 31.49 0.45 0.44
Hex A2 72 3D 0 1E 3E 24 1F 2D 2C
Octal 242 162 75 0 36 76 44 37 55 54
Binary 10100010 1110010 111101 0 11110 111110 100100 11111 101101 101100

Color Harmonies of #A2723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2723D

Black with #A2723D

Text Example


Text Example

White with #A2723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2723D; }

 p { color: rgb(162,114,61); }

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

background-color css

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

 a { background-color: rgb(162,114,61); }

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

border-color css

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

 span { border-color: rgb(162,114,61); }

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