Html Css Color HEX #A17B3E Buttered Rum

📋 copy color: '#A17B3E'

red 161 ◦ green 123 ◦ blue 62

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

Shades of Buttered Rum #A17B3E

Tints of Buttered Rum #A17B3E

RGB

 RED value IS 161 (63.28% from 255) = 46.53%

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 46.53%
G = 35.55%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A17B3E (or 0xA17B3E) is known color: Buttered Rum. HEX triplet: A1, 7B and 3E. RGB value is (161,123,62). Sum of RGB (Red+Green+Blue) = 161+123+62=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B3E is #5E84C1. Grayscale: #7F7F7F. Windows color (decimal): -6194370 or 4094881. OLE color: 4094881.

HSL color Cylindrical-coordinate representation of color #A17B3E: hue angle of 36.97º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A17B3E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 123 62 -
CMYK 0 0.24 0.61 0.37
HSL 36.97º 0.44% 0.44% -
HSV(B) 36.97º 0.61% 0.63% -
XYZ 22.65 22.09 7.63 -
YUV 127.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 161 123 62 0 0.24 0.61 0.37 36.97 0.44 0.44
Hex A1 7B 3E 0 18 3D 25 25 2C 2C
Octal 241 173 76 0 30 75 45 45 54 54
Binary 10100001 1111011 111110 0 11000 111101 100101 100101 101100 101100

Color Harmonies of #A17B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B3E

Black with #A17B3E

Text Example


Text Example

White with #A17B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B3E; }

 p { color: rgb(161,123,62); }

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

background-color css

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

 a { background-color: rgb(161,123,62); }

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

border-color css

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

 span { border-color: rgb(161,123,62); }

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