Html Css Color HEX #A26825 Buttered Rum

📋 copy color: '#A26825'

red 162 ◦ green 104 ◦ blue 37

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

Shades of Buttered Rum #A26825

Tints of Buttered Rum #A26825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 53.47%
G = 34.32%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A26825 (or 0xA26825) is known color: Buttered Rum. HEX triplet: A2, 68 and 25. RGB value is (162,104,37). Sum of RGB (Red+Green+Blue) = 162+104+37=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A26825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26825 is #5D97DA. Grayscale: #727272. Windows color (decimal): -6133723 or 2451618. OLE color: 2451618.

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

Color convert

RGB 162 104 37 -
CMYK 0 0.36 0.77 0.36
HSL 32.16º 0.63% 0.39% -
HSV(B) 32.16º 0.77% 0.64% -
XYZ 20.18 17.72 4.11 -
YUV 113.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 162 104 37 0 0.36 0.77 0.36 32.16 0.63 0.39
Hex A2 68 25 0 24 4D 24 20 3F 27
Octal 242 150 45 0 44 115 44 40 77 47
Binary 10100010 1101000 100101 0 100100 1001101 100100 100000 111111 100111

Color Harmonies of #A26825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26825

Black with #A26825

Text Example


Text Example

White with #A26825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26825; }

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

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

background-color css

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

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

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

border-color css

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

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

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