Html Css Color HEX #A26D2B Buttered Rum

📋 copy color: '#A26D2B'

red 162 ◦ green 109 ◦ blue 43

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

Shades of Buttered Rum #A26D2B

Tints of Buttered Rum #A26D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 51.59%
G = 34.71%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A26D2B (or 0xA26D2B) is known color: Buttered Rum. HEX triplet: A2, 6D and 2B. RGB value is (162,109,43). Sum of RGB (Red+Green+Blue) = 162+109+43=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D2B is #5D92D4. Grayscale: #757575. Windows color (decimal): -6132437 or 2846114. OLE color: 2846114.

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

Color convert

RGB 162 109 43 -
CMYK 0 0.33 0.73 0.36
HSL 33.28º 0.58% 0.4% -
HSV(B) 33.28º 0.73% 0.64% -
XYZ 20.8 18.79 4.82 -
YUV 117.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 162 109 43 0 0.33 0.73 0.36 33.28 0.58 0.4
Hex A2 6D 2B 0 21 49 24 21 3A 28
Octal 242 155 53 0 41 111 44 41 72 50
Binary 10100010 1101101 101011 0 100001 1001001 100100 100001 111010 101000

Color Harmonies of #A26D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26D2B

Black with #A26D2B

Text Example


Text Example

White with #A26D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26D2B; }

 p { color: rgb(162,109,43); }

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

background-color css

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

 a { background-color: rgb(162,109,43); }

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

border-color css

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

 span { border-color: rgb(162,109,43); }

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