Html Css Color HEX #A27232 Buttered Rum

📋 copy color: '#A27232'

red 162 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #A27232

Tints of Buttered Rum #A27232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 49.69%
G = 34.97%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A27232 (or 0xA27232) is known color: Buttered Rum. HEX triplet: A2, 72 and 32. RGB value is (162,114,50). Sum of RGB (Red+Green+Blue) = 162+114+50=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A27232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27232 is #5D8DCD. Grayscale: #797979. Windows color (decimal): -6131150 or 3306146. OLE color: 3306146.

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

Color convert

RGB 162 114 50 -
CMYK 0 0.30 0.69 0.36
HSL 34.29º 0.53% 0.42% -
HSV(B) 34.29º 0.69% 0.64% -
XYZ 21.49 19.95 5.73 -
YUV 121.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 162 114 50 0 0.30 0.69 0.36 34.29 0.53 0.42
Hex A2 72 32 0 1E 45 24 22 35 2A
Octal 242 162 62 0 36 105 44 42 65 52
Binary 10100010 1110010 110010 0 11110 1000101 100100 100010 110101 101010

Color Harmonies of #A27232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27232

Black with #A27232

Text Example


Text Example

White with #A27232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27232; }

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

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

background-color css

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

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

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

border-color css

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

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

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