Html Css Color HEX #A2722D Buttered Rum

📋 copy color: '#A2722D'

red 162 ◦ green 114 ◦ blue 45

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

Shades of Buttered Rum #A2722D

Tints of Buttered Rum #A2722D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 50.47%
G = 35.51%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2722D (or 0xA2722D) is known color: Buttered Rum. HEX triplet: A2, 72 and 2D. RGB value is (162,114,45). Sum of RGB (Red+Green+Blue) = 162+114+45=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2722D is #5D8DD2. Grayscale: #787878. Windows color (decimal): -6131155 or 2978466. OLE color: 2978466.

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

Color convert

RGB 162 114 45 -
CMYK 0 0.30 0.72 0.36
HSL 35.38º 0.57% 0.41% -
HSV(B) 35.38º 0.72% 0.64% -
XYZ 21.39 19.91 5.2 -
YUV 120.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 162 114 45 0 0.30 0.72 0.36 35.38 0.57 0.41
Hex A2 72 2D 0 1E 48 24 23 39 29
Octal 242 162 55 0 36 110 44 43 71 51
Binary 10100010 1110010 101101 0 11110 1001000 100100 100011 111001 101001

Color Harmonies of #A2722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2722D

Black with #A2722D

Text Example


Text Example

White with #A2722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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