Html Css Color HEX #A06727 Buttered Rum

📋 copy color: '#A06727'

red 160 ◦ green 103 ◦ blue 39

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

Shades of Buttered Rum #A06727

Tints of Buttered Rum #A06727

RGB

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

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

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

R = 52.98%
G = 34.11%
B = 12.91%

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

#A06727 (or 0xA06727) is known color: Buttered Rum. HEX triplet: A0, 67 and 27. RGB value is (160,103,39). Sum of RGB (Red+Green+Blue) = 160+103+39=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A06727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06727 is #5F98D8. Grayscale: #717171. Windows color (decimal): -6265049 or 2582432. OLE color: 2582432.

HSL color Cylindrical-coordinate representation of color #A06727: hue angle of 31.74º degrees, saturation: 0.61, 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 #A06727 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 39 -
CMYK 0 0.36 0.76 0.37
HSL 31.74º 0.61% 0.39% -
HSV(B) 31.74º 0.76% 0.63% -
XYZ 19.71 17.32 4.22 -
YUV 112.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 160 103 39 0 0.36 0.76 0.37 31.74 0.61 0.39
Hex A0 67 27 0 24 4C 25 20 3D 27
Octal 240 147 47 0 44 114 45 40 75 47
Binary 10100000 1100111 100111 0 100100 1001100 100101 100000 111101 100111

Color Harmonies of #A06727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06727

Black with #A06727

Text Example


Text Example

White with #A06727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06727; }

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

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

background-color css

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

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

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

border-color css

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

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

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