Html Css Color HEX #A06827 Buttered Rum

📋 copy color: '#A06827'

red 160 ◦ green 104 ◦ blue 39

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

Shades of Buttered Rum #A06827

Tints of Buttered Rum #A06827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 52.81%
G = 34.32%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06827 (or 0xA06827) is known color: Buttered Rum. HEX triplet: A0, 68 and 27. RGB value is (160,104,39). Sum of RGB (Red+Green+Blue) = 160+104+39=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A06827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06827 is #5F97D8. Grayscale: #717171. Windows color (decimal): -6264793 or 2582688. OLE color: 2582688.

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

Color convert

RGB 160 104 39 -
CMYK 0 0.35 0.76 0.37
HSL 32.23º 0.61% 0.39% -
HSV(B) 32.23º 0.76% 0.63% -
XYZ 19.81 17.52 4.26 -
YUV 113.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 160 104 39 0 0.35 0.76 0.37 32.23 0.61 0.39
Hex A0 68 27 0 23 4C 25 20 3D 27
Octal 240 150 47 0 43 114 45 40 75 47
Binary 10100000 1101000 100111 0 100011 1001100 100101 100000 111101 100111

Color Harmonies of #A06827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06827

Black with #A06827

Text Example


Text Example

White with #A06827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06827; }

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

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

background-color css

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

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

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

border-color css

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

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

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