Html Css Color HEX #A46B27 Buttered Rum

📋 copy color: '#A46B27'

red 164 ◦ green 107 ◦ blue 39

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

Shades of Buttered Rum #A46B27

Tints of Buttered Rum #A46B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 52.9%
G = 34.52%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A46B27 (or 0xA46B27) is known color: Buttered Rum. HEX triplet: A4, 6B and 27. RGB value is (164,107,39). Sum of RGB (Red+Green+Blue) = 164+107+39=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B27 is #5B94D8. Grayscale: #747474. Windows color (decimal): -6001881 or 2583460. OLE color: 2583460.

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

Color convert

RGB 164 107 39 -
CMYK 0 0.35 0.76 0.36
HSL 32.64º 0.62% 0.4% -
HSV(B) 32.64º 0.76% 0.64% -
XYZ 20.93 18.55 4.4 -
YUV 116.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 164 107 39 0 0.35 0.76 0.36 32.64 0.62 0.4
Hex A4 6B 27 0 23 4C 24 21 3E 28
Octal 244 153 47 0 43 114 44 41 76 50
Binary 10100100 1101011 100111 0 100011 1001100 100100 100001 111110 101000

Color Harmonies of #A46B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B27

Black with #A46B27

Text Example


Text Example

White with #A46B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B27; }

 p { color: rgb(164,107,39); }

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

background-color css

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

 a { background-color: rgb(164,107,39); }

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

border-color css

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

 span { border-color: rgb(164,107,39); }

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