Html Css Color HEX #A2723C Buttered Rum

📋 copy color: '#A2723C'

red 162 ◦ green 114 ◦ blue 60

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

Shades of Buttered Rum #A2723C

Tints of Buttered Rum #A2723C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 48.21%
G = 33.93%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2723C (or 0xA2723C) is known color: Buttered Rum. HEX triplet: A2, 72 and 3C. RGB value is (162,114,60). Sum of RGB (Red+Green+Blue) = 162+114+60=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2723C is #5D8DC3. Grayscale: #7A7A7A. Windows color (decimal): -6131140 or 3961506. OLE color: 3961506.

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

Color convert

RGB 162 114 60 -
CMYK 0 0.30 0.63 0.36
HSL 31.76º 0.46% 0.44% -
HSV(B) 31.76º 0.63% 0.64% -
XYZ 21.73 20.04 7 -
YUV 122.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 162 114 60 0 0.30 0.63 0.36 31.76 0.46 0.44
Hex A2 72 3C 0 1E 3F 24 20 2E 2C
Octal 242 162 74 0 36 77 44 40 56 54
Binary 10100010 1110010 111100 0 11110 111111 100100 100000 101110 101100

Color Harmonies of #A2723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2723C

Black with #A2723C

Text Example


Text Example

White with #A2723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2723C; }

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

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

background-color css

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

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

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

border-color css

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

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

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