Html Css Color HEX #A1702A Buttered Rum

📋 copy color: '#A1702A'

red 161 ◦ green 112 ◦ blue 42

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

Shades of Buttered Rum #A1702A

Tints of Buttered Rum #A1702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 51.11%
G = 35.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1702A (or 0xA1702A) is known color: Buttered Rum. HEX triplet: A1, 70 and 2A. RGB value is (161,112,42). Sum of RGB (Red+Green+Blue) = 161+112+42=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1702A is #5E8FD5. Grayscale: #777777. Windows color (decimal): -6197206 or 2781345. OLE color: 2781345.

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

Color convert

RGB 161 112 42 -
CMYK 0 0.30 0.74 0.37
HSL 35.29º 0.59% 0.4% -
HSV(B) 35.29º 0.74% 0.63% -
XYZ 20.91 19.33 4.82 -
YUV 118.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 161 112 42 0 0.30 0.74 0.37 35.29 0.59 0.4
Hex A1 70 2A 0 1E 4A 25 23 3B 28
Octal 241 160 52 0 36 112 45 43 73 50
Binary 10100001 1110000 101010 0 11110 1001010 100101 100011 111011 101000

Color Harmonies of #A1702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1702A

Black with #A1702A

Text Example


Text Example

White with #A1702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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