Html Css Color HEX #A36A21 Buttered Rum

📋 copy color: '#A36A21'

red 163 ◦ green 106 ◦ blue 33

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

Shades of Buttered Rum #A36A21

Tints of Buttered Rum #A36A21

RGB

 RED value IS 163 (64.06% from 255) = 53.97%

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

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 53.97%
G = 35.1%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A36A21 (or 0xA36A21) is known color: Buttered Rum. HEX triplet: A3, 6A and 21. RGB value is (163,106,33). Sum of RGB (Red+Green+Blue) = 163+106+33=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A21 is #5C95DE. Grayscale: #737373. Windows color (decimal): -6067679 or 2189987. OLE color: 2189987.

HSL color Cylindrical-coordinate representation of color #A36A21: hue angle of 33.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A36A21 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 33 -
CMYK 0 0.35 0.80 0.36
HSL 33.69º 0.66% 0.38% -
HSV(B) 33.69º 0.8% 0.64% -
XYZ 20.53 18.2 3.87 -
YUV 114.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 163 106 33 0 0.35 0.80 0.36 33.69 0.66 0.38
Hex A3 6A 21 0 23 50 24 22 42 26
Octal 243 152 41 0 43 120 44 42 102 46
Binary 10100011 1101010 100001 0 100011 1010000 100100 100010 1000010 100110

Color Harmonies of #A36A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A21

Black with #A36A21

Text Example


Text Example

White with #A36A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A21; }

 p { color: rgb(163,106,33); }

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

background-color css

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

 a { background-color: rgb(163,106,33); }

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

border-color css

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

 span { border-color: rgb(163,106,33); }

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