Html Css Color HEX #A26C2F Buttered Rum

📋 copy color: '#A26C2F'

red 162 ◦ green 108 ◦ blue 47

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

Shades of Buttered Rum #A26C2F

Tints of Buttered Rum #A26C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 51.1%
G = 34.07%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A26C2F (or 0xA26C2F) is known color: Buttered Rum. HEX triplet: A2, 6C and 2F. RGB value is (162,108,47). Sum of RGB (Red+Green+Blue) = 162+108+47=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C2F is #5D93D0. Grayscale: #757575. Windows color (decimal): -6132689 or 3108002. OLE color: 3108002.

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

Color convert

RGB 162 108 47 -
CMYK 0 0.33 0.71 0.36
HSL 31.83º 0.55% 0.41% -
HSV(B) 31.83º 0.71% 0.64% -
XYZ 20.78 18.61 5.19 -
YUV 117.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 162 108 47 0 0.33 0.71 0.36 31.83 0.55 0.41
Hex A2 6C 2F 0 21 47 24 20 37 29
Octal 242 154 57 0 41 107 44 40 67 51
Binary 10100010 1101100 101111 0 100001 1000111 100100 100000 110111 101001

Color Harmonies of #A26C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26C2F

Black with #A26C2F

Text Example


Text Example

White with #A26C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26C2F; }

 p { color: rgb(162,108,47); }

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

background-color css

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

 a { background-color: rgb(162,108,47); }

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

border-color css

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

 span { border-color: rgb(162,108,47); }

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