Html Css Color HEX #A2723A Buttered Rum

📋 copy color: '#A2723A'

red 162 ◦ green 114 ◦ blue 58

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

Shades of Buttered Rum #A2723A

Tints of Buttered Rum #A2723A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 48.5%
G = 34.13%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2723A (or 0xA2723A) is known color: Buttered Rum. HEX triplet: A2, 72 and 3A. RGB value is (162,114,58). Sum of RGB (Red+Green+Blue) = 162+114+58=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2723A is #5D8DC5. Grayscale: #7A7A7A. Windows color (decimal): -6131142 or 3830434. OLE color: 3830434.

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

Color convert

RGB 162 114 58 -
CMYK 0 0.30 0.64 0.36
HSL 32.31º 0.47% 0.43% -
HSV(B) 32.31º 0.64% 0.64% -
XYZ 21.68 20.02 6.72 -
YUV 121.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 162 114 58 0 0.30 0.64 0.36 32.31 0.47 0.43
Hex A2 72 3A 0 1E 40 24 20 2F 2B
Octal 242 162 72 0 36 100 44 40 57 53
Binary 10100010 1110010 111010 0 11110 1000000 100100 100000 101111 101011

Color Harmonies of #A2723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2723A

Black with #A2723A

Text Example


Text Example

White with #A2723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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