Html Css Color HEX #A2753A Buttered Rum

📋 copy color: '#A2753A'

red 162 ◦ green 117 ◦ blue 58

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

Shades of Buttered Rum #A2753A

Tints of Buttered Rum #A2753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

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

R = 48.07%
G = 34.72%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2753A (or 0xA2753A) is known color: Buttered Rum. HEX triplet: A2, 75 and 3A. RGB value is (162,117,58). Sum of RGB (Red+Green+Blue) = 162+117+58=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2753A is #5D8AC5. Grayscale: #7C7C7C. Windows color (decimal): -6130374 or 3831202. OLE color: 3831202.

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

Color convert

RGB 162 117 58 -
CMYK 0 0.28 0.64 0.36
HSL 34.04º 0.47% 0.43% -
HSV(B) 34.04º 0.64% 0.64% -
XYZ 22.03 20.71 6.84 -
YUV 123.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 162 117 58 0 0.28 0.64 0.36 34.04 0.47 0.43
Hex A2 75 3A 0 1C 40 24 22 2F 2B
Octal 242 165 72 0 34 100 44 42 57 53
Binary 10100010 1110101 111010 0 11100 1000000 100100 100010 101111 101011

Color Harmonies of #A2753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2753A

Black with #A2753A

Text Example


Text Example

White with #A2753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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