Html Css Color HEX #A26824 Buttered Rum

📋 copy color: '#A26824'

red 162 ◦ green 104 ◦ blue 36

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

Shades of Buttered Rum #A26824

Tints of Buttered Rum #A26824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 53.64%
G = 34.44%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A26824 (or 0xA26824) is known color: Buttered Rum. HEX triplet: A2, 68 and 24. RGB value is (162,104,36). Sum of RGB (Red+Green+Blue) = 162+104+36=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A26824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26824 is #5D97DB. Grayscale: #717171. Windows color (decimal): -6133724 or 2386082. OLE color: 2386082.

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

Color convert

RGB 162 104 36 -
CMYK 0 0.36 0.78 0.36
HSL 32.38º 0.64% 0.39% -
HSV(B) 32.38º 0.78% 0.64% -
XYZ 20.17 17.71 4.02 -
YUV 113.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 162 104 36 0 0.36 0.78 0.36 32.38 0.64 0.39
Hex A2 68 24 0 24 4E 24 20 40 27
Octal 242 150 44 0 44 116 44 40 100 47
Binary 10100010 1101000 100100 0 100100 1001110 100100 100000 1000000 100111

Color Harmonies of #A26824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26824

Black with #A26824

Text Example


Text Example

White with #A26824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26824; }

 p { color: rgb(162,104,36); }

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

background-color css

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

 a { background-color: rgb(162,104,36); }

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

border-color css

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

 span { border-color: rgb(162,104,36); }

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