Html Css Color HEX #A2753E Buttered Rum

📋 copy color: '#A2753E'

red 162 ◦ green 117 ◦ blue 62

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

Shades of Buttered Rum #A2753E

Tints of Buttered Rum #A2753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 47.51%
G = 34.31%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2753E (or 0xA2753E) is known color: Buttered Rum. HEX triplet: A2, 75 and 3E. RGB value is (162,117,62). Sum of RGB (Red+Green+Blue) = 162+117+62=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2753E is #5D8AC1. Grayscale: #7C7C7C. Windows color (decimal): -6130370 or 4093346. OLE color: 4093346.

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

Color convert

RGB 162 117 62 -
CMYK 0 0.28 0.62 0.36
HSL 33º 0.45% 0.44% -
HSV(B) 33º 0.62% 0.64% -
XYZ 22.13 20.75 7.4 -
YUV 124.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 162 117 62 0 0.28 0.62 0.36 33 0.45 0.44
Hex A2 75 3E 0 1C 3E 24 21 2D 2C
Octal 242 165 76 0 34 76 44 41 55 54
Binary 10100010 1110101 111110 0 11100 111110 100100 100001 101101 101100

Color Harmonies of #A2753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2753E

Black with #A2753E

Text Example


Text Example

White with #A2753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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