Html Css Color HEX #A26A25 Buttered Rum

📋 copy color: '#A26A25'

red 162 ◦ green 106 ◦ blue 37

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

Shades of Buttered Rum #A26A25

Tints of Buttered Rum #A26A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

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

R = 53.11%
G = 34.75%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A26A25 (or 0xA26A25) is known color: Buttered Rum. HEX triplet: A2, 6A and 25. RGB value is (162,106,37). Sum of RGB (Red+Green+Blue) = 162+106+37=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A25 is #5D95DA. Grayscale: #737373. Windows color (decimal): -6133211 or 2452130. OLE color: 2452130.

HSL color Cylindrical-coordinate representation of color #A26A25: hue angle of 33.12º 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 #A26A25 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 106 37 -
CMYK 0 0.35 0.77 0.36
HSL 33.12º 0.63% 0.39% -
HSV(B) 33.12º 0.77% 0.64% -
XYZ 20.39 18.12 4.17 -
YUV 114.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 162 106 37 0 0.35 0.77 0.36 33.12 0.63 0.39
Hex A2 6A 25 0 23 4D 24 21 3F 27
Octal 242 152 45 0 43 115 44 41 77 47
Binary 10100010 1101010 100101 0 100011 1001101 100100 100001 111111 100111

Color Harmonies of #A26A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26A25

Black with #A26A25

Text Example


Text Example

White with #A26A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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