Html Css Color HEX #A26E27 Buttered Rum

📋 copy color: '#A26E27'

red 162 ◦ green 110 ◦ blue 39

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

Shades of Buttered Rum #A26E27

Tints of Buttered Rum #A26E27

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 52.09%
G = 35.37%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A26E27 (or 0xA26E27) is known color: Buttered Rum. HEX triplet: A2, 6E and 27. RGB value is (162,110,39). Sum of RGB (Red+Green+Blue) = 162+110+39=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E27 is #5D91D8. Grayscale: #757575. Windows color (decimal): -6132185 or 2584226. OLE color: 2584226.

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

Color convert

RGB 162 110 39 -
CMYK 0 0.32 0.76 0.36
HSL 34.63º 0.61% 0.39% -
HSV(B) 34.63º 0.76% 0.64% -
XYZ 20.84 18.98 4.48 -
YUV 117.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 162 110 39 0 0.32 0.76 0.36 34.63 0.61 0.39
Hex A2 6E 27 0 20 4C 24 23 3D 27
Octal 242 156 47 0 40 114 44 43 75 47
Binary 10100010 1101110 100111 0 100000 1001100 100100 100011 111101 100111

Color Harmonies of #A26E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26E27

Black with #A26E27

Text Example


Text Example

White with #A26E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26E27; }

 p { color: rgb(162,110,39); }

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

background-color css

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

 a { background-color: rgb(162,110,39); }

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

border-color css

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

 span { border-color: rgb(162,110,39); }

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