Html Css Color HEX #A46A22 Buttered Rum

📋 copy color: '#A46A22'

red 164 ◦ green 106 ◦ blue 34

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

Shades of Buttered Rum #A46A22

Tints of Buttered Rum #A46A22

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 53.95%
G = 34.87%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A46A22 (or 0xA46A22) is known color: Buttered Rum. HEX triplet: A4, 6A and 22. RGB value is (164,106,34). Sum of RGB (Red+Green+Blue) = 164+106+34=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A22 is #5B95DD. Grayscale: #737373. Windows color (decimal): -6002142 or 2255524. OLE color: 2255524.

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

Color convert

RGB 164 106 34 -
CMYK 0 0.35 0.79 0.36
HSL 33.23º 0.66% 0.39% -
HSV(B) 33.23º 0.79% 0.64% -
XYZ 20.75 18.32 3.95 -
YUV 115.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 164 106 34 0 0.35 0.79 0.36 33.23 0.66 0.39
Hex A4 6A 22 0 23 4F 24 21 42 27
Octal 244 152 42 0 43 117 44 41 102 47
Binary 10100100 1101010 100010 0 100011 1001111 100100 100001 1000010 100111

Color Harmonies of #A46A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A22

Black with #A46A22

Text Example


Text Example

White with #A46A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A22; }

 p { color: rgb(164,106,34); }

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

background-color css

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

 a { background-color: rgb(164,106,34); }

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

border-color css

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

 span { border-color: rgb(164,106,34); }

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