Html Css Color HEX #A06726 Buttered Rum

📋 copy color: '#A06726'

red 160 ◦ green 103 ◦ blue 38

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

Shades of Buttered Rum #A06726

Tints of Buttered Rum #A06726

RGB

 RED value IS 160 (62.89% from 255) = 53.16%

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 53.16%
G = 34.22%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06726 (or 0xA06726) is known color: Buttered Rum. HEX triplet: A0, 67 and 26. RGB value is (160,103,38). Sum of RGB (Red+Green+Blue) = 160+103+38=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A06726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06726 is #5F98D9. Grayscale: #707070. Windows color (decimal): -6265050 or 2516896. OLE color: 2516896.

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

Color convert

RGB 160 103 38 -
CMYK 0 0.36 0.76 0.37
HSL 31.97º 0.62% 0.39% -
HSV(B) 31.97º 0.76% 0.63% -
XYZ 19.7 17.31 4.14 -
YUV 112.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 160 103 38 0 0.36 0.76 0.37 31.97 0.62 0.39
Hex A0 67 26 0 24 4C 25 20 3E 27
Octal 240 147 46 0 44 114 45 40 76 47
Binary 10100000 1100111 100110 0 100100 1001100 100101 100000 111110 100111

Color Harmonies of #A06726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06726

Black with #A06726

Text Example


Text Example

White with #A06726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06726; }

 p { color: rgb(160,103,38); }

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

background-color css

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

 a { background-color: rgb(160,103,38); }

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

border-color css

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

 span { border-color: rgb(160,103,38); }

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