Html Css Color HEX #A2702A Buttered Rum

📋 copy color: '#A2702A'

red 162 ◦ green 112 ◦ blue 42

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

Shades of Buttered Rum #A2702A

Tints of Buttered Rum #A2702A

RGB

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

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

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

R = 51.27%
G = 35.44%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2702A (or 0xA2702A) is known color: Buttered Rum. HEX triplet: A2, 70 and 2A. RGB value is (162,112,42). Sum of RGB (Red+Green+Blue) = 162+112+42=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A2702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2702A is #5D8FD5. Grayscale: #777777. Windows color (decimal): -6131670 or 2781346. OLE color: 2781346.

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

Color convert

RGB 162 112 42 -
CMYK 0 0.31 0.74 0.36
HSL 35º 0.59% 0.4% -
HSV(B) 35º 0.74% 0.64% -
XYZ 21.11 19.44 4.83 -
YUV 118.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 162 112 42 0 0.31 0.74 0.36 35 0.59 0.4
Hex A2 70 2A 0 1F 4A 24 23 3B 28
Octal 242 160 52 0 37 112 44 43 73 50
Binary 10100010 1110000 101010 0 11111 1001010 100100 100011 111011 101000

Color Harmonies of #A2702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2702A

Black with #A2702A

Text Example


Text Example

White with #A2702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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