Html Css Color HEX #A27030 Buttered Rum

📋 copy color: '#A27030'

red 162 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #A27030

Tints of Buttered Rum #A27030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 50.31%
G = 34.78%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A27030 (or 0xA27030) is known color: Buttered Rum. HEX triplet: A2, 70 and 30. RGB value is (162,112,48). Sum of RGB (Red+Green+Blue) = 162+112+48=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A27030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27030 is #5D8FCF. Grayscale: #777777. Windows color (decimal): -6131664 or 3174562. OLE color: 3174562.

HSL color Cylindrical-coordinate representation of color #A27030: hue angle of 33.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A27030 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 112 48 -
CMYK 0 0.31 0.70 0.36
HSL 33.68º 0.54% 0.41% -
HSV(B) 33.68º 0.7% 0.64% -
XYZ 21.23 19.48 5.44 -
YUV 119.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 162 112 48 0 0.31 0.70 0.36 33.68 0.54 0.41
Hex A2 70 30 0 1F 46 24 22 36 29
Octal 242 160 60 0 37 106 44 42 66 51
Binary 10100010 1110000 110000 0 11111 1000110 100100 100010 110110 101001

Color Harmonies of #A27030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27030

Black with #A27030

Text Example


Text Example

White with #A27030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27030; }

 p { color: rgb(162,112,48); }

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

background-color css

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

 a { background-color: rgb(162,112,48); }

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

border-color css

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

 span { border-color: rgb(162,112,48); }

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