Html Css Color HEX #A1702E Buttered Rum

📋 copy color: '#A1702E'

red 161 ◦ green 112 ◦ blue 46

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

Shades of Buttered Rum #A1702E

Tints of Buttered Rum #A1702E

RGB

 RED value IS 161 (63.28% from 255) = 50.47%

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 50.47%
G = 35.11%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1702E (or 0xA1702E) is known color: Buttered Rum. HEX triplet: A1, 70 and 2E. RGB value is (161,112,46). Sum of RGB (Red+Green+Blue) = 161+112+46=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1702E is #5E8FD1. Grayscale: #777777. Windows color (decimal): -6197202 or 3043489. OLE color: 3043489.

HSL color Cylindrical-coordinate representation of color #A1702E: hue angle of 34.43º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1702E is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 46 -
CMYK 0 0.30 0.71 0.37
HSL 34.43º 0.56% 0.41% -
HSV(B) 34.43º 0.71% 0.63% -
XYZ 20.99 19.36 5.22 -
YUV 119.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 161 112 46 0 0.30 0.71 0.37 34.43 0.56 0.41
Hex A1 70 2E 0 1E 47 25 22 38 29
Octal 241 160 56 0 36 107 45 42 70 51
Binary 10100001 1110000 101110 0 11110 1000111 100101 100010 111000 101001

Color Harmonies of #A1702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1702E

Black with #A1702E

Text Example


Text Example

White with #A1702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1702E; }

 p { color: rgb(161,112,46); }

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

background-color css

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

 a { background-color: rgb(161,112,46); }

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

border-color css

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

 span { border-color: rgb(161,112,46); }

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